ics) { $("#US_"+i+"_"+j).html('-'); } else { if (!re.UsageStatistics[i]) { re.UsageStatistics[i] = new Array('','','','','','','','','','','',''); } else { re.UsageStatistics[i][j] = re.UsageStatistics[i][j].replace('-','↑'); re.UsageStatistics[i][j] = re.UsageStatistics[i][j].replace('+','↓'); } $("#US_"+i+"_"+j).html(re.UsageStatistics[i][j]); } } } for(var i=0;i<2;i++) { $('#ips_'+i).html(re.ips[i]); $('#pvs_'+i).html(re.pvs[i]); } if(re.ContributingSubdomains) { var strg = ''; strg += ''; strg += ''; for(var key in re.ContributingSubdomains) { strg += ''; } strg += '
计入 Alexa 统计的下属子站点 被访问比例 及 人均页面浏览量 列表
关联网址网站访问比例页面访问比例人均页面浏览量
' + key + '' + re.ContributingSubdomains[key][0] + '' + re.ContributingSubdomains[key][1] + '' + re.ContributingSubdomains[key][2] + '
'; $('#sub_Domain').html(strg); } if(re.RankByCountry) { var strg = ''; strg += ''; strg += ''; for(var key in re.RankByCountry) { strg += ''; } strg += '
按国家/地区排名、访问比例 Alexa 统计列表
国家/地区排名情况网站访问比例页面浏览比例
' + key + '' + re.RankByCountry[key][0] + '' + re.RankByCountry[key][1] + '' + re.RankByCountry[key][2] + '
'; $('#RankByCountry').html(strg); } }

分类导航