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