js的数据类型

74 阅读1分钟

js的数据类型有哪些

  • 简单数据类型
    • number
    • string
    • boolean
    • undefined
    • null
  • 复杂数据类型
    • object

    • function

    • array