Python 3.4+ Use html.unescape(): import html print(html.unescape('£682m')) FYI html.parser.HTMLParser.unescape is deprecated, and was supposed to be remov.
確定! 回上一頁