JS基础总结

数据类型     基本类型:5大类html string,number,boolean,null,undefined数组 操做和保存在变量的实际的值,保存在栈区函数 基础类型能够用typeof() 来判断this var a = 'asaf'; console.log(typeof a) //string var b = true; console.log(typeof b
相关文章
相关标签/搜索