JSON
如何将一个class变为可序列化的(serializable)?
class Param:
def __init__(self):
self.gt_path = ''
self.dt_path = ''
self.output_path = ''
with open('output.json', 'w') as ofs:
json.dumps(Param().__dict__, ofs)
学习笔记
编程(Programming)
Python:人生苦短,我用Pyhton!
本站总访问量
次
1.8.13