Set the time format function, use new Date().format("yyyyMMddhhmmss"); ... Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+ ...
確定! 回上一頁