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.
我是一名学生,我正在使用 apache cordova 创建 android 应用程序。我想使用 apache cordova 访问托管网站的 MySql 数据库。请建议我该怎么做。
提前致谢
要访问该数据库,您需要制作一个服务器 API,您不必在 PHP 中制作它,有很多技术,但您不能直接从客户端(cordova)进行。
Google for API REST 或 Web 服务并选择您的技术。