用python处理html代码的转义
2021-01-24 03:14
阅读:443
标签:highlight pre div john class import 代码 nes cape 针对python3+进行转义 用python处理html代码的转义 标签:highlight pre div john class import 代码 nes cape 原文地址:https://www.cnblogs.com/fh-fendou/p/12868171.html
import html
r = html.unescape(‘Suzy & John‘)
print(r)#结果:Suzy & John
评论
亲,登录后才可以留言!