07 2017 档案
摘要:var table = document.body.querySelector('.mui-table-view'); while(table.hasChildNodes()) //当table下还存在子节点时 循环继续 { table.removeChild(table.firstChild);
阅读全文
摘要:允许点击 var wait = 10; function time(o){ if(wait==0){ o.innerHTML = "允许点击"; o.removeAttribute('disabled',true); wait = 10 }else{ o.innerHTML ...
阅读全文

浙公网安备 33010602011771号