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