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.
我正在尝试编写一个带有电话间隙的 iOS 应用程序。我想使用 Django 来编写后端代码。我可以知道是否可以这样做吗?
是的,有可能。使用 AJAX 你可以调用你的后端服务,不管你如何实现它,只要它可以处理请求(并且可能返回 JSON/XML)