摘要:
DOM操作基础 <div id="root"> <p>p</p> <span > <div>dd</div> <p>p2</p> </span> <l>l_1</l> </div> <div id="root"> <p>p</p> <span class="111" id = "sp"> <div>
阅读全文
posted @ 2016-12-02 13:37
glj521
阅读(111)
推荐(0)
编辑
摘要:
1. 定时器 var timer = setTimeout(function(){ alert('过了3秒了'); },3000); //清楚定时器,一次定时器执行完一次就自动退出了 clearTimeout(timer); 2 。 json json的格式最后里面双引号,外面单单引号 3 。 th
阅读全文
posted @ 2016-12-02 10:47
glj521
阅读(111)
推荐(0)
编辑