js原生代码合集

js原生代码合集

数值number 字符串string 布尔型boolean null空 undefined 没有值 typeof检测数据类型 Number()转换数值 parseInt()转换数字 parseFloat()
JavaScript60