波紋管是我的代碼在python re.search中使用re匹配字符串 import re s = "hello world" if re.search(r'hello world other exter string',s): print 'match success' ...
確定! 回上一頁