getJSON 並不支援跨網段....需要另外找 jquery.jsonp-2.1.3.min.js 處理
EX.
$.jsonp({
"url": "http://140.96.29.65:8080/SnakeEyes/SnakeEyesServlet",
"data": {
sname: "[{session_id:1, pid:1, fid:15201, lat1:24.634535, lng1:120.918274, lat2:24.877716, lng2:120.923767, lat3:24.878962, lng3:121.216278, lat4:24.624548, lng4:121.213531}]"
},
"success": function(userProfile) {
// handle user profile here
alert("123");
},
"error": function(d,msg) {
alert("Could not find user");
}
});
沒有留言:
張貼留言