2017年4月28日
摘要: 1、js获取年月日 var now=new Date(); var yue = (now.getMonth()+1).length > 2 ? (now.getMonth()+1):"0"+(now.getMonth()+1); var ntime = now.getFullYear().toStr 阅读全文
posted @ 2017-04-28 16:08 羽丫头不乖 阅读(160) 评论(0) 推荐(0)