其實(shí)我也是無意的阿XDDD
誰叫粽子卡洛里太高
粽子:怪我囉?。?script>
$('article.c-text img').load(function () {
// 表格內(nèi)圖片大於表格寬時,設(shè)為 100%
if ($(this).parents('table').length != 0) {
if ($(this).width() >= $(this).parents('td').width()) {
$(this).width('100%');
} else {
$(this).width($(this).width() + 'px');
}
}
});