摘要: 高级技巧 高级函数 安全的类型检测 function isArray(value){ return Object.prototype.toString.call(value) == "[object Array]"; } function isFunction(value){ return Obje 阅读全文
posted @ 2020-08-05 22:41 isremya 阅读(137) 评论(0) 推荐(0)