-
创建对象-NEW/原型链查看全部
-
对象结构查看全部
-
try catch语句嵌套 若内部语句已捕获异常,则外边语句不再捕获异常。查看全部
-
function fun(){ var a=b=1; } fun(); console.log(typeof a); console.log(typeof b); 其中b为全局变量查看全部
-
类型检测:typeof、instanceof、Object.prototype.toString、constructor、duck type查看全部
-
object.prtotype.toString查看全部
-
属性枚举查看全部
-
Object.create()查看全部
-
类型检测小结查看全部
-
类型检测查看全部
-
Object.prototype.toString.apply()查看全部
-
闭包中for循环的作用查看全部
-
num - 0查看全部
-
类型小结查看全部
-
类型判断查看全部
举报
0/150
提交
取消