摘要: # class Str: # def __get__(self, instance, owner): # print('str__get__') # def __set__(self, instance, value): # print('str __set__') # def __delete__(self, instance): # ... 阅读全文
posted @ 2018-11-14 21:06 986428528 阅读(115) 评论(0) 推荐(0)