import pickle · class ClassToPickle(object): · def __init__(self, x): · self.x = x · if __name__=="__main__": · p = ClassToPickle(10) ...
確定! 回上一頁