摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> span~p{ background: green; } </style> </head> <body> <div> <p>d 阅读全文
posted @ 2018-01-12 13:49 苹瑶 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <head> <!-- 链接外部css样式文件 --> <link rel="stylesheet" href="css/style.css"/> <style> <!-- HTML标记定义 --> p{color:yellow;} <!-- Class定义 --> .p1{color:yellow 阅读全文
posted @ 2018-01-02 11:15 苹瑶 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 报错内容 : 04-response.html:48 Failed to load file:///C:/Soft/directory/AppServ/www/04.php: Cross origin requests are only supported for protocol schemes: 阅读全文
posted @ 2017-12-26 15:55 苹瑶 阅读(311) 评论(0) 推荐(0) 编辑