coding=utf8 # the above tag defines encoding for this document and is for Python 2.x compatibility import re regex = r"(<a>.+<\/a>)" test_str = "<a> text ...
確定! 回上一頁