re.search() takes that regular expression and looks for the first match against it in the provided string text . In the above example, the match ...
確定! 回上一頁