微信小程序獲取當前年月日

var timestamp = Date.parse(new Date()); var date = new Date(timestamp); //獲取年 var Y = date.getFullYear(); //獲取月 var M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) :
相關文章
相關標籤/搜索