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