摘要:
var frag = document.createDocumentFragment();for(var i=0;i<100:i++){ var child = docuemnt.createElement("li"); child.innerHtml = "child"; frag.appendChild(child);}document.getEl... 阅读全文
posted @ 2013-04-03 16:38
天空尚兰
阅读(117)
评论(0)
推荐(0)