2016年10月27日
摘要: 若要显示:当前日期加时间(如:2009-06-12 12:00) function CurentTime() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 v 阅读全文
posted @ 2016-10-27 15:40 hezemin 阅读(118) 评论(0) 推荐(0)