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