摘要:
a = 1 def say(): print('调用了全局方法(people外)') class Creative_1(object): def say(self): print('来自Creative_1的say') class Creative(object): c=100 def say(se 阅读全文
posted @ 2020-05-03 21:32
jvincent
阅读(200)
评论(0)
推荐(0)