倒计时 var c = 0;var t; function onChange(){ document.getElementById('myText').value = c; c += 1; t = setTimeout("onChange()", 1000); } ...
確定! 回上一頁