摘要:
//获取当前时间,格式YYYY-MM-DD function getNowFormatDate() { var date = new Date(); var seperator1 = "/"; var year = date.getFullYear();//年 var month = date.getMonth() + 1;//月 var strDate = date.get... 阅读全文
posted @ 2018-09-18 11:01
Gaochunling
阅读(1819)
评论(0)
推荐(0)

浙公网安备 33010602011771号