Python3中__str__的用法

__str__方法: 使用:如: class Car:     def __init__(self, newWheelNum, newColor):         self.wheelNum = newWheelNum         self.color = newColor     def __str__(self):         msg = "嘿。。。個人顏色是" + self.col
相關文章
相關標籤/搜索