js之常用方法
摘要:
function isType(target, type) { if (Object.prototype.toString.call(target).indexOf(type) != -1) { return true } else { return false } } let arr = [1, 阅读全文
posted @ 2021-03-09 22:02 做了一个梦 阅读(46) 评论(0) 推荐(0)
posted @ 2021-03-09 22:02 做了一个梦 阅读(46) 评论(0) 推荐(0)
posted @ 2021-03-09 21:58 做了一个梦 阅读(371) 评论(0) 推荐(0)
posted @ 2021-03-09 21:56 做了一个梦 阅读(1179) 评论(0) 推荐(0)