Copyright © 2006- 2025 All rights reserved. 本地宝 |粤ICP备17055554号 违法和不良信息举报电话:
' + val + ''; $("#adInArticle div").replaceWith(newval) } val = $("#adInArticle div").html().trim() let wherei = val.indexOf("<") if (wherei !== 0) { if (wherei == -1 && val.length !== 0) { wherei = val.length } if (wherei !== -1) { newval = '
' + val.slice(0, wherei) + '' + val.slice(wherei); $("#adInArticle div").replaceWith(newval) } } if (val.indexOf("温馨提示") !== -1) { $("#adInArticle").addClass("adInArticletishi"); } }