摘要:
document.documentElement.contains(document.body) // true document.documentElement.compareDocumentPosition(document.body) // 20 //safari5+是把contains方法放在Element.prototype上而不是Node.prototype if (!DOC.c... 阅读全文
posted @ 2017-01-03 17:04
jzm17173
阅读(115)
评论(0)
推荐(0)