首页  >  问答  >  正文

不含self参数的成员函数是不是表示变成私有的了

class 测试:    

            def foo():     

                   print('hello Fishc')

            def hello(self):        

                         测试。 foo()

运行结果

>>> c = 测试()

>>> c.hello()

你好鱼c

手机用户1583139957手机用户15831399571683 天前1066

全部回复(0)我来回复

暂无回复
  • 取消回复