码迷,mamicode.com
首页 > 其他好文 > 详细

5.dom概述

时间:2019-02-24 18:58:59      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:set   htm   --   script   log   har   title   pre   ons   

 1 <!DOCTYPE html>
 2 <html>
 3 <head lang="en">
 4     <meta charset="UTF-8">
 5     <title></title>
 6 </head>
 7 <body>
 8     <div id="box"></div>
 9     <!--<div id="box"></div>-->
10 
11 <script>
12 
13 
14     console.log(document);
15 
16     console.log(document.getElementById("box"));
17     console.log(document.getElementsByClassName("aaa"));
18 
19 </script>
20 </body>
21 </html>

 

5.dom概述

标签:set   htm   --   script   log   har   title   pre   ons   

原文地址:https://www.cnblogs.com/BingBing-Deng/p/10427056.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!