ajax 同步加载数据

var data = $.ajax({url:"same.php",type:'GET',async:false,cache:false}).responseText;
主要是 async 参数
posted @ 2011-09-05 17:05  天纯蓝  阅读(686)  评论(0编辑  收藏  举报