Open sardine2 opened 7 years ago
if __name__ == "__main__": #作为程序直接运行时相等,作为模块import时不等,用于判断是否直接运行程序 app.run() # 运行应用