0
我遇到了使用$ .getJSON的方法問題。這是非常簡單的,它看起來像:
function lastID(query) {
$.getJSON(url+query ,function(json){
var type_id = json.data;
});
return type_id // doesn't work
}
你能告訴我怎麼TYPE_ID返回一些其他的價值,例如這樣的:
var returnedID = lastID(query); // this schould me equal to returned type_id from lastID method.
您的回覆非常感謝
的可能重複[從Ajax調用返回值?(http://stackoverflow.com/questions/1632039/return-value-from-ajax-call) – meagar
這個問題來了太多經常,無論如何看到:[如何返回來自AJAX調用的響應?](http://stackoverflow.com/questions/14220321/how-to-return-the-response-from-an-ajax-call) – user2864740