1 $("input").on("blur",function(){ 2 console.log("焦点1") 3 window.scroll(0,0);//失焦后强制让页面归位 4 });
posted on 2019-06-10 21:50 奔驰的码儿 阅读(208) 评论(0) 收藏 举报