js 正則去除html代碼裏 img標籤裏的style,添加圖片自適應值width

js 正則去除一段html裏  img標籤裏的style,添加圖片自適應 max-width:100% convert () { let htmlText = '<img style="border: 0px; width: 537px; display: block;">' let str = htmlText.replace(/<img[^>]*>/gi, function (match,
相關文章
相關標籤/搜索