首页 > 技术文章 > 数据类型

niuniu0328 2021-05-24 15:22 原文

# 可变类型
列表(List)、字典(Dictionary)、集合(Set)

# 不可变类型
数字(Number)、字符串(String)、元组(Tuple)

 

推荐阅读