
JavaScript相关总结
iamfjg
这个作者很懒,什么都没留下…
展开
-
Date对象的使用
(1)构造方式: new Date() new Date(milliseconds) new Date(datestring) new Date(year,month,day,hours,minutes,seconds,ms),year和month是必需的。 (2)名词解释 UTC : Universal Time GMT : ...原创 2009-08-07 12:46:17 · 142 阅读 · 0 评论 -
Prototypes
Every JavaScript object has a second JavaScript object (or null, but this is rare) associate with it. This second object is known as a prototype, and the first object inherits properties from the pro...原创 2015-04-28 21:14:17 · 191 阅读 · 0 评论