01 2019 档案
只有注册用户登录后才能阅读该文。
摘要:// 日期初始化 function formatDate(date, fmt) { if (/(y+)/.test(fmt)) { fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.length)); } let o = { 'M+': date.getMonth()...
阅读全文