web前端面试题之魂(js)

JS基础 变量 面试题 一、JS使用typeof能获得哪些类型?javascript 考点: JS变量类型html typeof undefined, //undefined typeof 'abc' ,//string typeof 123 ,//number typeof true ,//boolean typeof {} ,//object typeof [] ,//object typeo
相关文章
相关标签/搜索