摘要: 原因:可能是因为,软键盘弹出时,改变了height,使height:100%,不能达到原来的高度。 解决办法: $(document).ready(function () { $('body').height($('body')[0].clientHeight); }); 阅读全文