摘要: // 获取年月日时分秒// function getTime() {// var myDate = new Date(); //实例一个时间对象;// var year = myDate.getFullYear(); //获取系统的年;// var month = myDate.getMonth() 阅读全文
posted @ 2019-10-25 13:30 小丶鱼 阅读(4974) 评论(0) 推荐(0) 编辑