以下代码调试通过: 1234567class LuciaClass: # 定义类def luciaprint(self, text): # 类里面的方法print('\n', text) # 方法就是输出text x ...
確定! 回上一頁