如果大家在網上搜索Python 正則表達式,你將會看到大量的垃圾文章會這樣寫代碼: import re pattern = re.compile('正則表達式') text = '一段字符串' ...
確定! 回上一頁