摘要: import shelve a = shelve.open('1') b = [1,2,3] a['b'] = b a.close()a['b'] Traceback (most recent call last):File "C:\Users\Administrator\AppData\Local 阅读全文
posted @ 2020-06-30 16:57 Mdreame 阅读(576) 评论(0) 推荐(0) 编辑