动态生成的dom元素绑定事件
要求:要绑定到父元素上
$(".school_Inlists").on("click",".chose_Inbtn",function(){
window.location.href="./选大学/院校信息-学校简介.html";
})
要求:要绑定到父元素上
$(".school_Inlists").on("click",".chose_Inbtn",function(){
window.location.href="./选大学/院校信息-学校简介.html";
})