爬虫中 正则表达式 使用的非常多,用Python做的话会用到 re模块 。 ... MULTILINE).group() 会匹配到foo1; '*' 匹配号前的字符0次或多次, re.search('a','aaaabac') ...
確定! 回上一頁