1

我使用 Chrome 和 Ripple 来测试我的应用程序没有任何问题。但是,如果我使用我的设备(连接到 PC)或模拟器(Android),第一个请求可以正常工作,但第二个请求没有。

我使用科尔多瓦 2.0

我的代码:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"                  
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"> 
      <head>
         <meta http-equiv="REFRESH" content="0;url=http://jquerymobile.com/demos/1.1.1/">
      </head>
      <body></body> 
      </html>

局域网(Lan)设置代理服务器的配置:地址:10.0.32.5 端口:8080

请问,我需要帮助来解决这个问题吗?

4

1 回答 1

0

尝试

<meta http-equiv="refresh" content="0;URL='http://example.com/'">

请参阅 URL 字段中的引号。

于 2012-10-11T22:41:17.670 回答