主頁(yè) > 知識(shí)庫(kù) > ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解

ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解

熱門標(biāo)簽:外呼系統(tǒng)api對(duì)接 平?jīng)龈叩碌貓D標(biāo)注商戶要收費(fèi)嗎 銷售電銷機(jī)器人詐騙 廣西智能外呼系統(tǒng)多少錢 福建微碼電話機(jī)器人 荊州智能電銷機(jī)器人 地圖標(biāo)注與公司業(yè)務(wù)關(guān)系 大學(xué)校門地圖標(biāo)注 提高電話機(jī)器人接通率

后臺(tái)返回的數(shù)據(jù):

{"receiveList":[{"receive_dept_id":"1007873","receive_dept_desc":"區(qū)公司領(lǐng)導(dǎo)","guid":"2016112316042622494230","receive_platform_id":"001"},{"receive_dept_id":"1007876","receive_dept_desc":"主任","guid":"2016112316042626240391","receive_platform_id":"001"}]}

其實(shí)仔細(xì)分析返回的格式,很簡(jiǎn)單,就是一個(gè)Map,里面放了一個(gè)List,List里面有各種參數(shù)。

前端頁(yè)面的請(qǐng)求

$.ajax({

url:"/moduleAuthen/default.do?method=loadAllReceive",

dataType:"json", //返回的數(shù)據(jù)是json 格式

data:$("#fom1").serialize, //提交id為form1的所有參數(shù)

success:function(data){

var json =data.receiveList;

//第一種方式的遍歷

 for(var index in json){

 //其實(shí)index 就是個(gè)索引

 var guid =json[index].guid;

 var receive_dept_desc =json[index].receive_dept_desc;

}

//還有一種jquery 方式的遍歷,效果其實(shí)是一樣的,拿到后臺(tái)返回我們的數(shù)據(jù),我們就可以進(jìn)行各種操作了。

$.each(json,index){

 var guid =json[index].guid;

 var receive_dept_desc =json[index].receive_dept_desc;

}

}

})

{ "compress":[
#if d_live??>
#-- 參數(shù):int pageNo -->
#assign page = request.getParameter("page")!"null">
#assign page = request.getParameter("page")!"null">
#if page!="null"  page!="">
#assign page = page?number>
#else>
#assign page=1>
/#if>
#-- 參數(shù):int pageSize-->
#assign pagesize = request.getParameter("pagesize")!"null">
#if pagesize!="null"  pagesize!="">
#assign pagesize = pagesize?number>
#else>
#assign pagesize=10>
/#if>
#if d_live.getLiveInfoList( page,pagesize,"3")??>
#assign pagedContent = d_live.getLiveInfoList( page,pagesize,"3")!"null">
#if pagedContent.getContent()??>
#assign LiveInfo = pagedContent.getContent()!"null"> #-- LiveInfo數(shù)據(jù)源 -->
#if LiveInfo??>       
#list LiveInfo as liveInfo>    
     #assign liveId = liveInfo.getLiveId()!"null">
     #assign liveInfoUrl = d_live.getLiveInfo("${liveId}")!"null">
     #assign liveUrl = liveInfoUrl.getPlayUrl()!"null"> #-- 直播鏈接地址 -->
      {"liveId":"${liveId}","liveUrl":"${liveUrl}"}
#if liveInfo_has_next>
,
/#if>
/#list> 
/#if>
/#if>
/#if>
 /#if>
 ]
}


/*異步數(shù)據(jù)*/
var liveId= $("#liveId").val();
var asyurl="http://wap.cmread.com/rbc/t/liveindex.jsp?vt=9"+"ol=560395";
alert("異步請(qǐng)求之前");
setTimeout(function(){
 alert("進(jìn)入定時(shí)器,還沒有異步");
$.ajax({
url:asyurl,
type:"POST",
dataType:"json",
success: function(data){
  alert("異步獲取數(shù)據(jù)成功");
 //var data = eval('('+data+')');
 compress = data.compress; 
  for(var i=0;icompress.length;i++){
  alert("進(jìn)入for循環(huán)");
  var asyliveId=compress[i].liveId;
  if(asyliveId==liveId){
   alert("匹配相同");
  var liveUrl=compress[i].liveUrl;
  $("#live").find("source").attr("src",liveUrl);
  }
  }
  alert("執(zhí)行第一次支部請(qǐng)求,改變地址是"+$("#live").find("source").attr("src")); 


 },error:function(){
 console.log("error");
 }
});

},3000);

以上這篇ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • jQuery ajax json 數(shù)據(jù)的遍歷代碼
  • Ajax返回的json遍歷取值并顯示到前臺(tái)的方法
  • 如何將ajax請(qǐng)求返回的Json格式數(shù)據(jù)循環(huán)輸出成table形式
  • Ajax獲取數(shù)據(jù)然后顯示在頁(yè)面的實(shí)現(xiàn)方法

標(biāo)簽:海南 樂山 婁底 內(nèi)江 邯鄲 德陽(yáng) 黔東 衡陽(yáng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解》,本文關(guān)鍵詞  ajax,數(shù)據(jù),返回,進(jìn)行,遍歷,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于ajax數(shù)據(jù)返回進(jìn)行遍歷的實(shí)例講解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章