摘要: typeof //用来检查对象的类型 typeof v //undefined typeof null //object var a = {} var b = [] a instanceof Array //false b instanceof Array //true null 与 undefin 阅读全文
posted @ 2021-03-08 14:12 not1ng 阅读(27) 评论(0) 推荐(0)