$("img").each(function(){ if($(this).width() > $(this).parent().width()) { $(this).width("100%"); }});
本文共 156 字,大约阅读时间需要 1 分钟。
$("img").each(function(){ if($(this).width() > $(this).parent().width()) { $(this).width("100%"); }});
转载于:https://my.oschina.net/zhiqiangwang/blog/1557948