hzjdpawn

JavaScript 数据类型

6 种数据类型:

  • string
  • number
  • boolean
  • object
  • function
  • symbol

3 种对象类型:

  • Object
  • Date
  • Array

2 个不包含任何值的数据类型:

  • null
  • undefined

Python3数据类型

6 种数据类型:

  • Number(数字)
  • String(字符串)
  • List(列表)
  • Tuple(元组)
  • Set(集合)
  • Dictionary(字典)

 

分类:

技术点:

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-10-01
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-03-06
  • 2021-09-27
相关资源
相似解决方案