会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myfrom
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2016年3月11日
javascript在html中的加载顺序
摘要: 参考:[1]http://coolshell.cn/articles/9749.html(酷壳) [2]http://shaozhuqing.com/?p=2756 [3]http://www.cnblogs.com/CBDoctor/p/3745246.html
阅读全文
posted @ 2016-03-11 21:27 myfrom
阅读(146)
评论(0)
推荐(0)
parentNode、parentElement,childNodes、children 它们有什么区别呢?
摘要: parentNode、parentElement,childNodes、children 它们有什么区别呢?parentElement 获取对象层次中的父对象。 parentNode 获取文档层次中的父对象。 childNodes 获取作为指定对象直接后代的 HTML 元素和 TextNode 对象
阅读全文
posted @ 2016-03-11 21:26 myfrom
阅读(150)
评论(0)
推荐(0)