Python 3.3 or older. from html.parser import HTMLParser from xml.sax.saxutils import escape xml_str = escape(HTMLParser().unescape(html_str)) ...
確定! 回上一頁