摘要:
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 嗷呜~ 阅读(928) 评论(0) 推荐(0)
posted @ 2020-03-08 22:46 嗷呜~ 阅读(928) 评论(0) 推荐(0)
posted @ 2020-03-08 22:36 嗷呜~ 阅读(184) 评论(1) 推荐(0)
posted @ 2020-03-08 22:34 嗷呜~ 阅读(188) 评论(0) 推荐(0)