摘要: 日期1. 日期时间戳 +new Date() = new Date().getTime() 数组1. 类数组转数组 var arr = Array.prototype.slice.call(arguments) 2. 连接类数组 Array.prototype.push.apply(arr, arg 阅读全文
posted @ 2015-08-30 00:10 全玉 阅读(156) 评论(0) 推荐(0) 编辑