填空题
转换为整数的函数是()。
parseInt()
填空题 var type=“128”;type这个变量的类型是()。
判断题 var uCode;console.log(uCode.toString())返回值是"undefined"。()
判断题 在JS中只能将字符串转为数值,其它类型的数据不可以。()