typeof 踩坑总结
typeof '123' == 'string' // true
typeof ('123' == 'string' ) // "boolean"
typeof 123 == Number // false
typeof 123 == 'number' // true
typeof (123 == Number) // "boolean"
typeof (1===1) //"boolean"
typeof 1===1 // false
转发请备注出处
【公众号:缃言的调调】
【公众号:缃言的调调】

浙公网安备 33010602011771号