Fork me on GitHub

04 2014 档案

摘要:首先我们需要了解DocumentFragment 是什么?w3c 上面的详细解释:link here我把关键点写下来了:DocumentFragment 节点不属于文档树,继承的 parentNode 属性总是 null。不过它有一种特殊的行为,该行为使得它非常有用,即当请求把一个 Document... 阅读全文
posted @ 2014-04-24 16:05 veSky 阅读(10681) 评论(1) 推荐(1)