JS数据类型判断
摘要:数据类型判断 typeof instanceof constructor Object.prototype.toString.call() typeof typeof可以检测出的数据类型 number、string、boolean、undefined和function。 注意:无法准确检测出null
阅读全文
posted @ 2022-11-12 18:09
posted @ 2022-11-12 18:09