招生小智
发送
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop($('.chatBody')[0].scrollHeight); }else{ robotSay('对不起,没有找到空闲的咨询老师为您服务。'); } } }); }); } function robotSayZszcxg(){ robotSay("正在为您联系招生办老师。。。。。。"); $.post("/f/webchat/queryOnlineTeacher", { zxType : 0 }, function(json) { // console.log(json); if(json.state == 2){ unloginheader(); robotSay('请先 登录'); openLoginDialog(); }else if(json.state == 3){ alert(json.msg); robotSay(json.msg); }else if(json.state == 0){ robotSay('对不起,没有找到空闲的咨询老师为您服务。'); }else if(json.state == 1){ robotSay('与招生办【 '+json.data.name+' 】老师连线成功!
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop($('.chatBody')[0].scrollHeight); } } function humanSay(msg,type,collegeId,collegeName){ $("#askText").val(msg); $('.list_box').hide(); $(".keywords_list").html(""); $('.list_box').hide(); askTextStore = msg; $(".chatInn1").append('
'+msg+'
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop($('.chatBody')[0].scrollHeight); $("#askText").val("").trigger("focus"); } var askTextStore=""; function changePage(pageNo, last) { $.post("/f/robot/getQuePageWithAnswer", { pageNo : pageNo, totalPageNum : last }, function(data) { $("#list1 ul.list").empty(); for (var i = 0; i < data.list.length; i++) { var item = data.list[i]; $("#list1 ul").append('
'+title+'
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $("#askText").val("").trigger("focus"); // $(".chatInn1").append('
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop($('.chatBody')[0].scrollHeight); initvideo(); initAudio(); initPicViewer(); } }); } function send(){ $(".keywords_list").html(""); $('.list_box').hide(); var askText = $.trim($("#askText").val()); if(askText == "" || askText.replace(/(^\s*)|(\s*$)/g, "") == ""){ alert("不能发送空白内容,请输入内容"); return; } var lengthLimit = 20; if(askText.length > lengthLimit){ alert("发送内容不能超过" + lengthLimit + "个字"); return; } if(!/^[\u4e00-\u9fa5\s-,!.+%@\[\]?_a-zA-Z0-9\u3002|\uff1f|\uff01|\uff0c|\u3001|\uff1b|\uff1a|\u201c|\u201d|\u2018|\u2019|\uff08|\uff09|\u300a|\u300b|\u3008|\u3009|\u3010|\u3011|\u300e|\u300f|\u300c|\u300d|\ufe43|\ufe44|\u3014|\u3015|\u2026|\u2014|\uff5e|\ufe4f|\uffe5]+$/.test(askText)){ alert("发送内容只能包含中文、数字、字母和下划线"); return; } askText = $('').text(askText).html(); askTextStore = askText; readyHello(); checkAskTextNum(); } function readyHello(){ if(askTextStore == ""){ return; } $.ajax({ type: "POST", url: "/f/robot/userAsk", data: {"askText":askTextStore}, dataType : "json", success: function(dataObj){ // console.log(dataObj); if(dataObj.needValidateCode){ $('.vcode_box').show(); $('#vcodeForm input[name="validateCode"]').val('').focus(); return; }else{ $('.vcode_box').hide(); } if(dataObj.flag == -1){ alert(dataObj.msg); return; } $(".chatInn1").append('
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $("#askText").val("").trigger("focus"); $(".chatInn1").append('
| 年份 | ' + (dataObj.zymc?'':'专业 | ') + '类别 | 专业 | 最低分 | 最低分排名 | 最高分 | 平均分 | 省控线 |
|---|---|---|---|---|---|---|---|---|
| ' + item.nf + ' | ' + (dataObj.zymc?'':('' + item.zymc + ' | ')) + '' + item.zylx + ' | ' + '' + item.zymc + ' | ' + '' + (item.minScore == undefined ? '-' : item.minScore) + ' | ' + '' + (item.minOrder == undefined ? '-' : item.minOrder) + ' | ' + '' + (item.maxScore == undefined ? '-' : item.maxScore) + ' | ' + '' + (item.avgScore == undefined ? '-' : item.avgScore) + ' | ' + '' + (item.zdx == undefined ? '-' : item.zdx) + ' | ' + '
| 年份 | ' + '类别 | 最低分 | 最低分 排名 | 最高分 | 最高分 排名 | 平均分 | 平均分 排名 | 省控线 |
|---|---|---|---|---|---|---|---|---|
| ' + item.nf + ' | ' + '' + item.zylx + ' | ' + '' + (item.minScore == undefined ? '-' : item.minScore) + ' | ' + '' + (item.minOrder == undefined ? '-' : item.minOrder) + ' | ' + '' + (item.maxScore == undefined ? '-' : item.maxScore) + ' | ' + '' + (item.maxOrder == undefined ? '-' : item.maxOrder) + ' | ' + '' + (item.avgScore == undefined ? '-' : item.avgScore) + ' | ' + '' + (item.avgOrder == undefined ? '-' : item.avgOrder) + ' | ' + '' + (item.zdx == undefined ? '-' : item.zdx) + ' | ' ; }; strs += '
| 专业名称 | 院系名称 |
|---|---|
| ' + list[i].name + ' | ' + list[i].xy.name + ' |
| ' + list[i] + ' |
| 专业 | 类别 | 层次 | 计划数 |
|---|---|---|---|
| ' + item.zydhmc + ' | ' + '' + item.zylx + ' | ' + '' + item.zycc + ' | ' + '' + (item.zsjhs == undefined ? '-' : (item.zsjhs == -1 ? '待定' : item.zsjhs)) + ' | '; }; strs += '
'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop( $('.chatBody')[0].scrollHeight ); }, error : function(){ alert('网络出错了'); } }); } function changeAskTipPage(askText,pageNo,totalPage){ console.log(askText); console.log(pageNo); console.log(totalPage); } function timeStr(){ return new Date().toLocaleTimeString(); } function zsjhList(list){ var strs; if(list.length > 0){ strs = '| 专业 | 类别 | 层次 | 计划数 |
|---|---|---|---|
| ' + item.zydhmc + ' | ' + '' + item.zylx + ' | ' + '' + item.zycc + ' | ' + '' + (item.zsjhs == undefined ? '-' : (item.zsjhs == -1 ? '待定' : item.zsjhs)) + ' | '; }; strs += '

| 年份 | 省份 | 科类 | '+ '类别 | 最低分 | 最高分 | '+ '平均分 | 省控线 | |
|---|---|---|---|---|---|---|---|---|
| ' + item.nf + ' | ' + '' + item.ssmc + ' | ' + '' + item.klmc + ' | ' + '' + item.zylx + ' | ' + '' + (item.minScore == undefined ? '-' : item.minScore) + ' | ' + '' + (item.maxScore == undefined ? '-' : item.maxScore) + ' | ' + '' + (item.avgScore == undefined ? '-' : item.avgScore) + ' | '; if(typeof(item.zdx)==="undefined"){ strs +="- | "; }else { strs += '' + item.zdx + ' |

| 年份 | '+ '类别 | 专业 | 最低分 | 最高分 | '+ '平均分 | 省控线 | |
|---|---|---|---|---|---|---|---|
| ' + item.nf + ' | ' + '' + item.zylx + ' | ' + '' + item.zymc + ' | ' + '' + (item.minScore == undefined ? '-' : item.minScore) + ' | ' + '' + (item.maxScore == undefined ? '-' : item.maxScore) + ' | ' + '' + (item.avgScore == undefined ? '-' : item.avgScore) + ' | '; if(typeof(item.zdx)==="undefined"){ strs +="- | "; }else { strs += '' + item.zdx + ' |

| 专业名称 | 院系名称 |
|---|---|
| ' + list[i].name + ' | ' + list[i].xy.name + ' |
| ' + list[i] + ' |

| 招生专业 | '; if(hasZsjh){ strs += '年 招生计划数 | ';
}
strs += '-1年录取 最低分排名 | -2年录取 最低分排名 | -3年录取 最低分排名 |
|---|---|---|---|---|
| ' + item.zymc + ' | ' ; if(hasZsjh){ strs += '' + (item.zsjhs == -1 ? '待定' : item.zsjhs) + ' | ' ; } strs += '' + (item.minorder1 == undefined ? '-' : item.minorder1) + ' | ' + '' + (item.minorder2 == undefined ? '-' : item.minorder2) + ' | ' + '' + (item.minorder3 == undefined ? '-' : item.minorder3) + ' | ' + '
| 招生专业 | '; if(hasZsjh){ strs += '年 招生计划数 | ';
}
strs += '-1年 录取最低分 | -2年 录取最低分 | -3年 录取最低分 |
|---|---|---|---|---|
| ' + item.zymc + ' | ' ; if(hasZsjh){ strs += '' + (item.zsjhs == -1 ? '待定' : item.zsjhs) + ' | ' ; } strs += '' + (item.minscore1 == undefined ? '-' : item.minscore1) + ' | ' + '' + (item.minscore2 == undefined ? '-' : item.minscore2) + ' | ' + '' + (item.minscore3 == undefined ? '-' : item.minscore3) + ' | ' + '


'+ timeStr() +'
'); $(".chatInn1").scrollTop($(".chatInn1")[0].scrollHeight); $('.chatBody').scrollTop($('.chatBody')[0].scrollHeight); } function customAutoSelect() { $.post("/f/robot/customAutoSelect", function(data) { if(data.id) { var customPhoto = data.photo; window.locations.href='/__xh__/zscx.bua.edu.cn/f/chat/user?customId='+data.id + '&customPhoto=' + (data.photo?data.photo:''); }else { strs = "当前没有客服老师在线!"; $(".chatInn1").append('
若需了解「必威西蒙体育携手拜仁慕尼黑开启官方合作」的上下文,可结合站内栏目与相关篇目一并浏览。 对照阅读
栏目用于追新,文内链接用于对照细节。 继续了解两者配合可减少漏读与重复检索。
若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。 继续浏览
招生计划 | 录取查询 | > - caratunkgirl.com" target="more_lnfs">更多招生计划数据>> | 历年分数 | > - caratunkgirl.com" target="more_zyjs">更多专业介绍数据>> | > - caratunkgirl.com" target="more_lnfs">更多历年分数数据>> | 专业介绍 | 录取进程