wxs不能使用new Data() 方法,所以要怎样才能拿到今日凌晨时间戳呢???
// wxs里面是使用 getDate()方法 var today = getDate().setHours(0, 0, 0, 0); console.log(today)
new Date()
优秀