JaveScript简单数据类型(JS知识点归纳二)

JS中的简单数据类型有五种 : 

    --> string

    --> number

    -->boolean

    --> null    

    -->undefined

 

数据类型的检测 :typeof 

  语法:  typeof 数据;

         typeof ( 数据 ) ;

1 typeof 100; //结果为number

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zygszs.html