正确理解Python中if __name__ == '__main__' 在Python,我们经常会编写if__name__=='__main__'这么一段代码,这段代码该怎么来理解?这段代 正确理解python中if