$.ajax({? ? ? ? type: "get",? ? ? ? async: false,? ? ? ? url: "",? ? ? ? data: {? ? ? ? ? ? app: "Cas",? ? ? ? ? ? class: "Login_Login",? ? ? ? ? ? phone: "11111111",? ? ? ? ? ? password: "123456"? ? ? ? },? ? ? ? dataType: "jsonp",? ? ? ? success: function(json) {? ? ? ? ? ? //在此之前若沒(méi)有定義回調(diào)函數(shù)success_jsonpCallback1則執(zhí)行下面的代碼? ? ? ? ? ? console.log(json)? ? ? ? },? ? ? ? error: function() {? ? ? ? ? ? alert('fail');? ? ? ? }? ? });//返回?cái)?shù)據(jù)是這樣的{ ?"status": "0", ?"msg": "", ?"data": { ? ?"userid": null, ? ?"phone": null, ? ?"username": null, ? ?"nickname": null, ? ?"avatar": null, ? ?"birthday": null, ? ?"gender": null ?}}//FireFox報(bào)錯(cuò)
SyntaxError:?missing?;?before?statement
//Chrome報(bào)錯(cuò)
Uncaught?SyntaxError:?Unexpected?token?:
- 4 回答
- 1 關(guān)注
- 3239 瀏覽
添加回答
舉報(bào)
0/150
提交
取消