1 class Python(object): 2 def say(self): 3 print('my name is python') 测试下能够发表么? 转载于:https://www.cnblogs.com/heyulin/p/4998858.html