# Python 3 _print print # store the original print function def print(*args, **kargs): pass # do something useful, e.g. store output to some file 注意:在 Jupyter 中,最好将每个输出记录到一个单独的文件中(跟踪断开连接后发生的情况)&…
说来惭愧,很久以前就总结过,但是当时不知道咋写博客,就没有在这里记录。然后,我以前总结的东西也不知道哪里去了,有点尴尬哈! 总之先进入正题:
//父类
class Person {public String name;publi…