Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
flask-restplus我打算在 :5000 上提供一个 Flask API(由 这可能吗?如果是这样,人们将如何处理这件事?
flask-restplus
当然可以。您可以设置一个服务器,例如 apache2 或 nginx 来处理端口 80 上的请求,并让 flask 为 5000 上的页面提供服务。