# 启动云服务器价格对比网站 # 运行: python main.py 或 python app.py from app import app if __name__ == "__main__": app.run(debug=True, port=5001)