摘要: var table = document.body.querySelector('.mui-table-view'); while(table.hasChildNodes()) //当table下还存在子节点时 循环继续 { table.removeChild(table.firstChild); 阅读全文
posted @ 2017-07-31 12:30 春风得意之时 阅读(3203) 评论(0) 推荐(0)