摘要: 1 2 3 4 5 6 计时钟表 7 29 30 31 32 33 阅读全文
posted @ 2016-07-22 14:42 YanEr、 阅读(265) 评论(0) 推荐(0)
摘要: 1 var today1 = Date() //返回一个字符串(string),没有getDate等日期对象方法,内容为当前时间 2 3 var today2 = new Date() //返回一日期对象,内容为当前时间 4 5 today.getDate(); //new Date()可以调用getDate(),但是Date()不可以 ... 阅读全文
posted @ 2016-07-22 11:12 YanEr、 阅读(868) 评论(0) 推荐(1)