标签:var code 实现 span style UI sel table div
var table = document.body.querySelector(‘.mui-table-view‘); while(table.hasChildNodes()) //当table下还存在子节点时 循环继续 { table.removeChild(table.firstChild); }
标签:var code 实现 span style UI sel table div
原文地址:http://www.cnblogs.com/freddyhuang/p/7262505.html