标签:highlight pre div john class import 代码 nes cape
针对python3+进行转义
import html
r = html.unescape(‘Suzy & John‘)
print(r)#结果:Suzy & John
用python处理html代码的转义
原文地址:https://www.cnblogs.com/fh-fendou/p/12868171.html