re.finditer() returns iterator of matched objects in the string while re.findall() returns list of matched patterns in string.
確定! 回上一頁