我再次对提出另一个非常次要的问题表示歉意。 出于某种原因,我似乎无法从贾瓦向沙勒过渡。 我认识到,在帮助使用者做事的方法中,沙捞越了这些东西。 但是,我很想知道,以下两部法典是否相同,或者说“更正式”的意思是,在 Java使用比在 other使用更为常见。
def print()
print "My name is___"
以及
def _str_()
print "My name is___"
Once again, either one of my methods might be completely wrong (my guess would be the "str" methods. In the interest of time, I have not written out the class name 以及other methods/attributes. Thanks ahead of time.