摘要: 最近在熟悉Python的class类的时候,无意中发现同样的代码,在pycharm和IDLE中结果不同,闲话少说先上代码: 1 class aa(): 2 def __init__(self,name): 3 print("my name is %s" % name) 4 def __del__(s 阅读全文
posted @ 2019-07-19 14:50 平行时空的旅者 阅读(1867) 评论(0) 推荐(0) 编辑