python学习第四十八天json模块与pickle模块差异

在开发过程中,字符串和python数据类型进行转换,下面比较python学习第四十八天json模块与pickle模块差异。

json 的优点和缺点

优点  跨语言,体积小

缺点 只能支持 int str list tuple dict

pickle 的优点和缺点

优点 专门为python设计,支持python所有的数据类型

缺点 只能python使用,存储数据占空间大

文章来自 www.96net.com.cn

上一篇:python基础四(json\os\sys\random\string模块、文件、函数)


下一篇:MAC下ssh免密码登录远程服务器