填空题
var type=“128”;type这个变量的类型是()。
string
判断题 var uCode;console.log(uCode.toString())返回值是"undefined"。()
判断题 在JS中只能将字符串转为数值,其它类型的数据不可以。()
判断题 任何字符串的长度都可以通过访问其length属性取得。()