javascript学习笔记(3) 类型转换

1.数组   2.对象 null和数组在js里面typeof类型都算object   3.查看类型(typeof) 可以返回:number, string,boolean, object, underfined, function console.log(typeof(xiaopei))      object console.log(typeof(xiaopei.name))   string
相关文章
相关标签/搜索