摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> .box{ width: 150px; height: 150px; background-color: #336; m 阅读全文
posted @ 2017-10-21 14:58 TrustY0u 阅读(205) 评论(0) 推荐(0)
摘要: window.onload=function() { var demo = document.getElementById("demo"); var one = document.getElementById("one"); var li = document.createElement("li") 阅读全文
posted @ 2017-10-19 10:54 TrustY0u 阅读(257) 评论(0) 推荐(0)
摘要: 兄弟节点.nextSibling(ie678 ) nextelementsibling(谷歌火狐)previoussibling previouselementsiblingid为本级别的id 子节点var yc1=two.lastElementChild||two.lastChild; 其中id为 阅读全文
posted @ 2017-10-18 23:51 TrustY0u 阅读(122) 评论(0) 推荐(0)