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