87,993
社区成员
发帖
与我相关
我的任务
分享 $(function () {
$("li").each(function () {
if ($(this).find("a:first").text().indexOf("招商加盟") != -1)
{
$(this).find("div").remove();
}
});