search函數掃描整個字符串找到匹配正則表達式的第一個位置,並且返回相應的匹配對象, 如果沒匹配到則返回None;. re.match(pattern, string, flags=0) re ...
確定! 回上一頁