摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <!--段落标签 显示文本内容--> <p id="time"></p> <!--js的一个引入--> <script type= 阅读全文
posted @ 2020-04-11 13:07 Smile*^ 阅读(100) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> /* * BOM * -浏览器对象模型 * -BOM可以使我们通过 阅读全文
posted @ 2020-04-11 13:02 Smile*^ 阅读(102) 评论(0) 推荐(0)