帮写个可用的正则表达式
本帖最后由 艺路是蓝 于 2024-5-3 14:12 编辑https://book.xiezuo.com/actdy/yh ... b86f4b1c4e6cc3.webp
https://book.xiezuo.com/actdy/yh ... 34d36f25ecb952.webp
https://book.xiezuo.com/actdy/yhkq/files/这里不一样..webp
我自己写的,https://book.xiezuo.com/actdy/yhkq/files/large/*.webp没有用
等大佬
https://book.xiezuo.com/actdy/yhkq/files/large/(.*?).webp
https://book.xiezuo.com/actdy/yhkq/files/(.*?).webp {:301_988:}抄一下
https://book.xiezuo.com/actdy/yhkq/files/large/([^/]*?)\.webp
https://book.xiezuo.com/actdy/yhkq/files/([^/]*?)\.webp 也补充一种:
https://book\.xiezuo\.com/actdy/yhkq/files/large/(\w+)\.webp
https://book\.xiezuo\.com/actdy/yhkq/files/(.+?)\.webp shanzhanzhe 发表于 2024-5-3 21:38
也补充一种:
https://book\.xiezuo\.com/actdy/yhkq/files/large/(\w+)\.webp
你这个才是正确的,他们都没有把点反义 shanzhanzhe 老兄写的是对的,.需要进行转义的
https://book\.xiezuo\.com/actdy/yhkq/files/large/(\w+)\.webp
https://book\.xiezuo\.com/actdy/yhkq/files/large/(.+?)\.webp
页:
[1]