移动WEB——如何设置header和footer之间的container的高度

1 // zepto.js
2 // 设置中间模块高度
3 var _Height=$(window).height()-$('.header').height()-$('.footer').height();
4 $('.container').height(_Height);
原文地址:https://www.cnblogs.com/fydxx/p/6043252.html