python3: weird behavior when pattern matching with regex

后端 未结 0 413
暗喜
暗喜 2021-01-17 13:08

I am experiencing weird problem with regex matching.

Here is my simplified script:

#!/usr/bin/python3

import os, sys, stat, regex, socket

IP = r\'(?P         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题