摘要: /** * 毫秒转换友好的显示格式 * 输出格式:21小时28分钟15秒 * @param {[type]} time [description] * @return {[type]} [description] */ function timeToDate(time) { // 获取当前时间戳 var currentTime = parseInt(new... 阅读全文
posted @ 2017-04-27 14:08 Damon.Wu 阅读(1848) 评论(0) 推荐(0)