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.
我正在制作一个 Phonegap 应用程序,需要通过 ajax 请求从外部服务中检索一些信息。
如何从 Phonegap 应用程序向 localhost 的 8000 端口发出 ajax 请求?
如果您向 localhost 发出请求,请求将被路由到设备本身。如果您希望您的电话/设备与您的台式机通信,您需要指定它的主机名或 IP 地址。
将 Ajax 请求发送到http://localhost:8000/path/to/script
http://localhost:8000/path/to/script