python class对象转换成json/字典
# -*- encoding: UTF-8 -*- class Student: name = '' age = 0 def __init__(self, n ...
# -*- encoding: UTF-8 -*- class Student: name = '' age = 0 def __init__(self, n ...