摘要: 1. 获取当前日期(包含时间)字符串: // 获取当前时间字符串function getCurentTime() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 阅读全文
posted @ 2015-05-15 11:00 马小琅 阅读(431) 评论(0) 推荐(0)