摘要: function p(s) { return s < 10 ? '0' + s : s; } function jsonTimeFormat(str) { //var str = "/Date(1283457528340)/"; var matches = str.match(/([0-9]+)/) 阅读全文
posted @ 2012-08-10 17:25 水果芋头 阅读(609) 评论(0) 推荐(0)