摘要:
//日期格式化 Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+" : th... 阅读全文
posted @ 2018-01-02 13:29
Newbie_小白
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号