document.getElementById("clock").value = attime; 后面加上这句主要起到什么作业?
将attime这个变量的值赋值给id值为clock的这个元素
将获取到的时间 显示在input上