re.match 尝试从字符串的起始位置匹配一个模式,如果不是起始位置匹配成功的话,match() 就返回none。 函数语法: re.match(pattern, string, flags=0).
確定! 回上一頁