... import re >>> s = urllib.urlopen('https://www.python.org') >>> html = s.read() >>> s.close() > ... None False # compare open tag and close tag >>> pattern ...
確定! 回上一頁