js 获取当前时间 YYYY-MM-DD hh:mm:ss
摘要:
function CurentTime(){ var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 var day = now.getDate(); //日 var hh 阅读全文
posted @ 2017-01-17 14:00 Lenle 阅读(570) 评论(0) 推荐(0)
浙公网安备 33010602011771号