Files
N-MiddlewareScan/test.py
nihaohello 71670dcad6 1
2019-03-31 15:47:11 +08:00

4 lines
90 B
Python

import re
url="https://baidu.comas.as"
if re.match(r"{2}\w.+$", url):
print("aaaaaaa")