Python
if __name__ == '__main__' 判断是否是在直接运行该.py文件 __name__ 算是个全局变量, 如果为直接运行 python SELF.py 则判断为1 //--- delay---//