- 时间字符串格式化为中文年月日
let chDate = new Intl.DateTimeFormat('zh-CN', {year: 'numeric',month: 'long',day: 'numeric'
}).format(new Date(dateStr))
let chDate = new Intl.DateTimeFormat('zh-CN', {year: 'numeric',month: 'long',day: 'numeric'
}).format(new Date(dateStr))