摘要: var maxli=0; $('.btmnav li').each(function(){ if(maxli<$(this).height()){ maxli=$(this).height(); } }) $('.btmnav li').height(maxli); 阅读全文
posted @ 2017-03-16 13:34 ghfjj 阅读(268) 评论(0) 推荐(0)