In [1]: import html In [2]: html.escape(''' < > ' " & ''') #html转义 Out[2]: ' < > ' " & ' In [3]: html.unescape('< ...
確定! 回上一頁