📜  python 覆盖字符串类 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:08.514000             🧑  作者: Mango

代码示例2
def __str__(self):
  return "foo"