摘要:
export function parseTime(time, cFormat) { if (arguments.length === 0) { return null } const format = cFormat || '{y}-{m}-{d} {h}:{i}:{s}' let date if (typeof time === 'object') { d... 阅读全文
posted @ 2018-08-20 13:23
欲戴王冠,必承其重
阅读(573)
评论(0)
推荐(0)

浙公网安备 33010602011771号