TA的每日心情 | 无聊 4 小时前 |
---|
签到天数: 1957 天 [LV.Master]伴坛终老
星辰大海
- 积分
- 402708
|
本帖最后由 xfdz 于 2022-5-18 19:27 编辑
丢油猴里:——
jQuery("td.title").each(function(){
let $node = jQuery(this);
if(/web-dl|web_dl|webdl/i.test($node.text())){
$node.parent().remove();
}
})
——
不知道为什么代码块没办法显示完整,所以只能粘贴到正文了
|
|