微信小程序获取时间报错getFullYear is not a function

getFullYear is not a function报错

一定是你的js中少了一句

var date = new Date(date)

发布了55 篇原创文章 · 获赞 32 · 访问量 12万+

猜你喜欢

转载自blog.csdn.net/qq_41542894/article/details/87903749