当是用 if __name__ == '__main__': 时,下面调用函数只是在当前脚本调试,
而我们需要在别处导入这个脚本中的类或者函数时,这个if __name__ == '__main__': 下面调用的所有调试都不会执行