document.getElementById("clock").value=attime;
为什么改写成document.write(attime);就是固定数字了
因为直接输出就是页面的内容的了,就不是某个控件的值。页面内容要通过DOM操作才会加载,或者是说改变