摘要:
Array.isArray() let a = [1,2,3] Array.isArray(a);//true此方法为 ES5新增方法 ,兼容Es5之外不支持的问题 if (!Array.isArray) { Array.isArray = function(arg) { return Object 阅读全文
posted @ 2020-03-08 22:46 嗷呜~ 阅读(919) 评论(0) 推荐(0) 编辑
posted @ 2020-03-08 22:46 嗷呜~ 阅读(919) 评论(0) 推荐(0) 编辑
posted @ 2020-03-08 22:36 嗷呜~ 阅读(174) 评论(1) 推荐(0) 编辑