Python3 把HTMLParser 模块迁移到 html.parser # python3 >>> from html.parser import HTMLParser >>> HTMLParser().unescape('a=1&b=2')
確定! 回上一頁