摘要: //获取完整的日期 var date=new Date; var year=date.getFullYear(); var month=date.getMonth()+1; month =(month<10 ? "0"+month:month); var mydate = (year.toStrin 阅读全文
posted @ 2017-05-12 08:58 李慕白520 阅读(3414) 评论(0) 推荐(0) 编辑