摘要: var clock={ hour:12, minute:10, second:10, showTime:function(){ alert(this.hour+":"+this.minute+":"+this.second); } } clock.showTime();//调用 2.创建Object 阅读全文
posted @ 2017-06-23 16:25 一场夜雨 阅读(121) 评论(0) 推荐(0) 编辑