Python中msgpack库如何使用?

687次阅读
没有评论
Python中msgpack库如何使用?

Python中msgpack库如何使用?

库安装:

pip install msgpack

导入使用:

import msgpack

使用操作:

import msgpack
 
var = {'a': 'this',
'b': 'is',
'c': 'a test'
} 
print(var)

输出结果:

{'a': 'this', 'b': 'is', 'c': 'a test'}

使用msgpack库运行出来的格式以及长度在上述已充分表示,大家现在应该都掌握了吧,如果还想继续探索,也可以对比与json库的差别哦~

神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试

相关文章:

版权声明:wuyou2021-05-11发表,共计247字。
新手QQ群:570568346,欢迎进群讨论 Python51学习