使用方法:html.escape(s)与html.unescape即可. import html; s="<div>jsdlfjsl</div>"; #html编码; b=html.escape(s); print(b); #htmlj解码 ...
確定! 回上一頁