Python Regular Expression 的套件為re。 compile(), search() & findall(). #!python3 import re regex = re.compile(r'\d{4}-?\d{6}') # r 表示 ...
確定! 回上一頁