function clock(){
var time=new Date();
var attime= time.getHours()+"-"+time.getMinutes()+"-"+time.getSeconds();
document.getElementById("clock").value = attime;
}()
慕仙8196318
刚毅87
相关分类