js中的数据类型

时间:2019-11-19 20:54:28   收藏:0   阅读:92

   字符串 string // "Hello World"
   数字 number // 100 -100 100.23  -62.55
   布尔  boolean // true false
   数组 array
   对象 object
   null 空
   未定义 undefined

原文:https://www.cnblogs.com/tanghao22/p/11892260.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!