摘要: ###1.typeof 官方文档说明:typeof 操作符返回一个字符串,表示未经计算的操作数的类型。 ####用法: // 数值 typeof 37 'number'; typeof 3.14 'number'; typeof(42) 'number'; typeof Math.LN2 'numb 阅读全文
posted @ 2021-02-18 14:40 前端小白狐 阅读(182) 评论(0) 推荐(0)