摘要: function isArray(myArray) { return myArray.constructor.toString().indexOf("Array") > -1; } 阅读全文
posted @ 2023-04-09 16:46 闲时一点 阅读(28) 评论(0) 推荐(0)