在开发过程中,字符串和python数据类型进行转换,下面比较python学习第四十八天json模块与pickle模块差异。
json 的优点和缺点
优点 跨语言,体积小
缺点 只能支持 int str list tuple dict
pickle 的优点和缺点
优点 专门为python设计,支持python所有的数据类型
缺点 只能python使用,存储数据占空间大
文章来自 www.96net.com.cn
2022-11-06 11:54:37
在开发过程中,字符串和python数据类型进行转换,下面比较python学习第四十八天json模块与pickle模块差异。
json 的优点和缺点
优点 跨语言,体积小
缺点 只能支持 int str list tuple dict
pickle 的优点和缺点
优点 专门为python设计,支持python所有的数据类型
缺点 只能python使用,存储数据占空间大
文章来自 www.96net.com.cn