I) # 匹配hello,不論大小寫 result = role.search('HeLlo World') print(result.group()) # HeLlo. 使用compile 後,包含search,還有下列幾種常用方法可以使用( 用法 ...
確定! 回上一頁