确定值的数据类型:
- typeof运算符:返回值的数据类型
typeof window // "object" typeof {} // "object" typeof [] // "object"typeof null // "object" - instanceof运算符:区分数组和对象
var o = {}; var a = []; o instanceof Array // false a instanceof Array // true - object.prototype.toString方法
你的代码量决定了你的薪资水平!
浙公网安备 33010602011771号