摘要: var format = function(time, format){ var t = new Date(time); var tf = function(i){return (i < 10 ? '0' : '') + i}; return format.replace(/yyyy|MM|dd|H 阅读全文
posted @ 2017-01-06 15:15 常在心、 阅读(10569) 评论(0) 推荐(0)