如何把日期格式化为指定格式? Date.prototype.format = function(fmt){ var o = { "M+" : this.getMonth()+1, //月份"d+" ...
確定! 回上一頁