JavaScript經常使用工具方法

通用日期時間類方法 function dateFormat(val, format) { let date = new Date(val) let o = { 'M+': date.getMonth() + 1, // 月份 'd+': date.getDate(), // 日 'h+': date.getHours(), // 小時 'm+': date.
相關文章
相關標籤/搜索