是不是頭太大了?。?script> $('article.c-text img').load(function () { // 表格內圖片大於表格寬時,設為 100% if ($(this).parents('table').length != 0) { if ($(this).width() >= $(this).parents('td').width()) { $(this).width('100%'); } else { $(this).width($(this).width() + 'px'); } } });