在文本框失去焦点时加入如下代码spa
$('input,textarea').blur(function () { setTimeout(function(){ window.scrollTo(0,document.documentElement.clientHeight); },100) });