首页
未来题库
→
标签
→
typeof
typeof
1.
typeof[“1”,“2”,“3”]的结果是()
2.
typeof(typeof(5))的结果为string。
3.
typeof(5)的结果为number。