如何使用jquery將接收到的數據從遠程php文件存儲到變量中。 我收到使用如何將接收到的數據存儲在變量中jquery
$.post("test.php", {query: ""+inputString+""}, function(data){
alert(data);
});
}
它的工作,我可以在一個變量接收數據的功能(數據)內,但我可以瘡的數據和其他功能使用它的一些東西一樣
var data = $.post("test.php", {query: ""+inputString+""});
可能重複[ jQuery ajax函數工作,但不能正確返回變量](http://stackoverflow.com/questions/3101991/jquery-ajax-function-works-but-cant-return-the-variable-correctly) – bfavaretto 2012-03-05 14:51:47