正規表示 式實現重疊匹配. import regex string = '100101010001' str_re = '101' print(regex.findall(str_re, string, overlapped=True)).
確定! 回上一頁