摘要: 常用工具函数 数组判断 const isArray = (arg) => { return Array.isArray(arg) } const isArray = (arg) => { return Object.prototype.toString.call(arg) '[object Arra 阅读全文
posted @ 2021-11-25 17:38 Mmonologue 阅读(42) 评论(0) 推荐(0)