http://schema.3360sz.net/public/LoadSchema.aspx?id=20201130669
获取到后面的 id
我写的是
/http?:\/\/schema\.3360sz\.net\/public\/LoadSchema.aspx?id=([0-9]+)/
输出是 null...,来回修改 N 次都是把握不到 Perl 风格的精髓。。。囧。。。
感谢感谢!!!
1
rrfeng 2020-11-30 18:05:18 +08:00
|
2
rrfeng 2020-11-30 18:05:27 +08:00
|
3
lution 2020-11-30 18:07:33 +08:00
https?:\/\/schema\.3360sz\.net\/public\/LoadSchema\.aspx\?id=([0-9]+)
|
4
lution 2020-11-30 18:08:20 +08:00
本来也想推荐 regex 给楼主,命中 spam 规则死活发不出来。。。
|
5
yangyaofei 2020-11-30 21:53:48 +08:00 via Android
直接 id= 分字符串不好么………
|