1.浅谈typeof的作用
typeof只返回6种类型:number string function object boolean undefined
typeof "xxx" == null //false
typeof "xxx" == "" //false
2.databound(kendo ui):
类似于click()事件,在事件完成之后执行
3.self = this 和 var 全局/局部变量
1.浅谈typeof的作用
typeof只返回6种类型:number string function object boolean undefined
typeof "xxx" == null //false
typeof "xxx" == "" //false
2.databound(kendo ui):
类似于click()事件,在事件完成之后执行
3.self = this 和 var 全局/局部变量