摘要: 1 var wait = 60; 2 document.getElementById("btn").onclick = function() { 3 time(this); 4 } 5 function time(o) { 6 if (wait == 0) { 7 o.removeAttribute("... 阅读全文
posted @ 2016-12-09 16:54 疯子~ 阅读(9552) 评论(0) 推荐(0) 编辑