var table = document.body.querySelector(‘.mui-table-view‘); while(table.hasChildNodes()) //当table下还存在子节点时 循环继续 { table.removeChild(table.firstChild); }
时间: 2024-11-06 02:28:41
var table = document.body.querySelector(‘.mui-table-view‘); while(table.hasChildNodes()) //当table下还存在子节点时 循环继续 { table.removeChild(table.firstChild); }