let options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }
let newdate= new Intl.DateTimeFormat('zh-CH', options).format(date)
js日期格式化
最新推荐文章于 2025-09-28 06:29:46 发布
let options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }
let newdate= new Intl.DateTimeFormat('zh-CH', options).format(date)
4764
566
619

被折叠的 条评论
为什么被折叠?