$.ajax({ type: "post", url: "http://demo.feihutaoke.com/?m=ajaxpost&a=send", data: { is_not_top: 1, page: 2, index_flg: 1, auth_code: "af6bc36aee9289cb41bbaad838e309cb", api_url: "http://www.feihutaoke.com/api34/user/items.php?m=search", st: 1, auth_client_id: 80001 }, dataType: "json", success: function(res){ console.log("res:",res); }, error: function(){ console.log("some error"); } })