首页>高考>河南>河南高考
首页>高考>河南>河南高考
河南2025年高考分数线公布:历史本科批471、物理类本科批427
查大学
查专业
模拟报志愿
志愿课堂
APP下载
2025年河南省普通高校招生录取控制分数线:历史本科批471、物理类本科批427。
6月25日凌晨河南公布高考成绩!查分入口:http://jyt.henan.gov.cn
6月25日凌晨!河南高考成绩可以查询了
河南2025高考查分时间公布!12日再次模拟演练,附流程
6月25日公布成绩!河南2025高考查分入口:https://www.haeea.cn/
河南2025年高考什么时候查分?(附成绩查询入口)
河南2025高考准考证打印入口
免责声明:
① 凡本站注明“稿件来源:中国教育在线”的所有文字、图片和音视频稿件,版权均属本网所有,任何媒体、网站或个人未经本网协议授权不得转载、链接、转贴或以其他方式复制发表。已经本站协议授权的媒体、网站,在下载使用时必须注明“稿件来源:中国教育在线”,违者本站将依法追究责任。
② 本站注明稿件来源为其他媒体的文/图等稿件均为转载稿,本站转载出于非商业性的教育和科研之目的,并不意味着赞同其观点或证实其内容的真实性。如转载稿涉及版权等问题,请作者在两周内速来电或来函联系。
推荐高校
推荐学校
" + "
" + "" + "
" + "
" + item.name + "
" + ((item.is_ads == 1) ? "" : "") + "
" + "" + " 历年分数 " + "
" + "
" + "
" + " "; }) var schoolLi = schoolUl.children; var schoolItem = document.getElementsByClassName('schoolItem'); var schoolActive = document.getElementsByClassName('schoolActive'); console.log(schoolLi, 'schoolLi'); // clearInterval(this.timer1) // that.handleInterval(); // for( var i = 0; i < schoolLi.length; i++ ){ // schoolLi[i].onmouseover = function(e){ // // debugger // clearInterval(this.timer1) // index = i // } // } for (var i = 0; i < schoolLi.length; i++) { (function (i) { if (that.index == i) { schoolItem[i].style.display = "none"; schoolActive[i].style.display = "flex"; } else { schoolItem[i].style.display = "flex"; schoolActive[i].style.display = "none"; } schoolLi[i].onmouseenter = function (event) { clearInterval(that.timer1) console.log('进去', i) that.index = i for (var j = 0; j < schoolLi.length; j++) { (function (j) { if (i == j) { schoolItem[j].style.display = "none"; schoolActive[j].style.display = "flex"; } else { schoolItem[j].style.display = "flex"; schoolActive[j].style.display = "none"; } })(j) } } schoolLi[i].onmouseleave = function (event) { console.log('移除') that.handleInterval(); } })(i) } } } }); } // function handleEnter(index){ // this.index = index // clearInterval(this.timer1) // var schoolUl = document.getElementById("tuijian-xuexiao"); // var schoolLi = schoolUl.children; // var schoolItem = document.getElementsByClassName('schoolItem'); // var schoolActive = document.getElementsByClassName('schoolActive'); // for (var i = 0; i < schoolLi.length; i++) { // if( i == index ){ // schoolItem[i].style.display = "none"; // schoolActive[i].style.display = "flex"; // }else { // schoolItem[i].style.display = "flex"; // schoolActive[i].style.display = "none"; // } // } // } // function handleLeave(index){ // this.handleInterval() // } function handleInterval() { clearInterval(this.timer1); var schoolUl = document.getElementById("tuijian-xuexiao"); var schoolLi = schoolUl.children; var schoolItem = document.getElementsByClassName('schoolItem'); var schoolActive = document.getElementsByClassName('schoolActive'); this.timer1 = setInterval(function () { if (schoolLi) { this.index === schoolLi.length - 1 ? (this.index = 0) : (this.index++); for (var i = 0; i < schoolLi.length; i++) { // (function(i){ if (this.index == i) { schoolItem[i].style.display = "none"; schoolActive[i].style.display = "flex"; } else { schoolItem[i].style.display = "flex"; schoolActive[i].style.display = "none"; } // })(i) } } }, 1000); } // this.handleInterval(); function getAdData() { var adListUl1 = document.getElementById("adListUl1"); var adListUl2 = document.getElementById("adListUl2"); // var proId = this.getQueryVariable('proId') || 11; var proIdQuery = this.getQueryVariable('proId'); if (!!proIdQuery) { localStorage.setItem('proId', proIdQuery) } let proId = localStorage.getItem('proId') || 11 var adList1 = []; var adList2 = []; $.ajax({ method: 'GET', // url: "https://xsxt.43.dev.eol.com.cn/app/html/www/target/pc/zsgkPCd/wzlbywzxqyzthzy/" + proId + ".json", url: 'https://misc.eol.cn/js/target/pc/zsgkPCd/wzlbywzxqyzthzy/' + proId + '.json', success: function (res) { if (res && res.data) { // sessionStorage.setItem('adInit', '1'); var init = JSON.parse(sessionStorage.getItem('adInit1')); console.log(init, 'ppp'); if (init == 2) { sessionStorage.setItem('adInit1', 1); adList1 = res.data['9545'].slice(2, 4); adList2 = res.data['9548'].slice(4, 8); } else { init++; adList1 = res.data['9545'].slice(0, 2); adList2 = res.data['9548'].slice(0, 4); sessionStorage.setItem('adInit1', init); } // adList1.forEach(function (item, index) { // adListUl1.innerHTML += "
"; // }) adList2.forEach(function (item, index) { adListUl2.innerHTML += "
" + item.title + "
"; }) // console.log(adList1, 'res.data') // this.rightFirstAd(res, storage_img); // this.rightThirdAd(res, storage_img); } } }) } // 首屏右侧图片 // function rightFirstAd(res, storage_img) { // var { a2Id } = this.state; // var view_imgarr = [{ group: [] }, { group: [] }]; // if (res.data[a2Id]) { // res.data[a2Id].forEach(function (item, index) { // if (index < 2) { // view_imgarr[0].group.push(item); // } else { // view_imgarr[1].group.push(item); // } // }) // } // var view_data_arr = view_imgarr.filter(item => item.group.length > 0); // var view_data = randomAd('right_ad', view_data_arr, storage_ad_obj, storage_img, 'rightad1_status', 'rightad1'); // if (view_data.length == 0) { // view_data = { // group: [] // }; // } // this.setState({ // rightAd_01: view_data.group // }) // } // 获取地址栏参数 function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] == variable) { return pair[1]; } } return (false); } // 输入框自动打字动画效果 var timer = null, timer_once = null, divTyping = document.getElementById('write_demo'), text_i = 0, str = '输入分数,模拟报志愿', times = 0, browser = navigator.appName b_version = navigator.appVersion version = b_version.split(";"); console.log(version, 'version') // trim_Version = version[1].replace(/[ ]/g, ""); function typing() { if (text_i <= str.length) { if (divTyping) { if (browser == "Microsoft Internet Explorer") { divTyping.setAttribute("value", str.slice(0, text_i++) + '|'); } else { // debugger divTyping.setAttribute("placeholder", str.slice(0, text_i++) + '|'); } timer = setTimeout(typing, 200) } } else { times++; if (times == 3) { if (browser == "Microsoft Internet Explorer") { divTyping.setAttribute("value", ''); } else { divTyping.setAttribute("placeholder", '输入分数,模拟报志愿'); } clearTimeout(timer); clearTimeout(timer_once); timer = null; timer_once = null; return false; } divTyping.innerHTML = str//结束打字,移除 _ 光标 text_i = 0; clearTimeout(timer); clearTimeout(timer_once); str = '输入分数,模拟报志愿'; if (browser == "Microsoft Internet Explorer") { divTyping.setAttribute("value", str); } else { divTyping.setAttribute("placeholder", str); } timer_once = setTimeout(function () { if (browser == "Microsoft Internet Explorer") { divTyping.setAttribute("value", ''); } else { divTyping.setAttribute("placeholder", ''); } typing(); }, 2000) } } setTimeout(function () { this.typing() }, 300) // $("#write_demo").focus(function () { // if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE9.0") { // divTyping.setAttribute("value", ''); // } else { // divTyping.setAttribute("placeholder", '输入分数,模拟报志愿'); // } // clearTimeout(timer); // clearTimeout(timer_once); // timer = null; // timer_once = null; // }); handleMouse(); getAdData();