摘要:
/** * 获取当前日期 * @returns {string} */ Common.currentDate = function () { // 获取当前日期 var date = new Date(); // 获取当前月份 var nowMonth = date.getMonth() + 1; 阅读全文
posted @ 2020-07-30 23:44
今天代码写完了吗
阅读(196)
评论(0)
推荐(0)
浙公网安备 33010602011771号