阅读背景:

使用JQuery for phonegap Application在客户端使用REST API

来源:互联网 

My code is like

我的代码就像

$.ajax({
    cache: false,
    url:  <Web Service URL>,
    data: "{}",
    type: 'GET',
    crossDomain: true,
    dataType: 'json',
    success: function() { alert("Success"); },
    error: function() { alert('Failed!'); },
});
$.ajax({
    cache: 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: