摘要: var d = new Date();console.log(d); // 输出:Mon Nov 04 2013 21:50:33 GMT+0800 (中国标准时间)console.log(d.toDateString()); // 日期字符串,输出:Mon Nov 04 2013console.l... 阅读全文
posted @ 2015-12-02 12:09 shixudong 阅读(193) 评论(0) 推荐(0) 编辑