gpt4 book ai didi

python - BeautifulSoup 是具有转义字符的 HTML 转义字符串

转载 作者:行者123 更新时间:2023-11-28 21:26:14 36 4
gpt4 key购买 nike

我正在从文件中读取一个字符串:

a = '<script>closedSign: \'<img src="/static/images/drop-down.png" style="margin-top: -3px;"  />\'</script>'

现在,当我运行时

BeautifulSoup(a)

<script>closedSign: '&lt;img src="/static/images/drop-down.png" style="margin-top: -3px;" /&gt;'</script>

因此,<img正在被 HTML 转义为 &lt;img

我怎样才能避免这种情况?

最佳答案

使用 BeautifulSoup 3.2.0 而不是 3.2.1 来解决这个问题。

关于python - BeautifulSoup 是具有转义字符的 HTML 转义字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13291500/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com