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.
我想知道如何使用 PHP 和使用 web 服务的 Phonegap android 应用程序显示来自 Mysql 数据库的数据。
您不能直接将 php 页面放入 phonegap 应用程序。首先,您必须创建一个 Web 服务来获取您的数据。然后创建一个 html 页面,其中包含 javascript 代码来调用您的 Web 服务并显示数据。您可以使用 jQuery 调用比原始 javascript 更简单的 Web 服务。