2020年3月1日

Python学习之路(十六):基础知识之序列化模块

摘要: 一、序列化模块之json 序列:列表/元组/字符串/bytes 将其他的数据类型转换成字符串bytes 等序列化的过程。 为什么要学习序列化模块呢?数据类型之间的转换不是还另有方法吗?比如: 1 str_dic = str([1, 2, 3]) 2 print(str_dic, type(str_d 阅读全文

posted @ 2020-03-01 12:52 Py_studying 阅读(199) 评论(0) 推荐(0) 编辑

导航