我有这个 HTML 代码:
<h2>
<a href="http://smittenkitchen.com/blog/2008/10/mollys-apple-tarte-tatin/"
rel="bookmark"
title="permanent link to molly’s apple tarte tatin">
molly’s apple tarte tatin</a>
</h2>
正确的单引号 (’) 给我带来了各种各样的问题。我正在使用 BeautifulSoup 对其进行解析,但我似乎无法以可以在 SQL 数据库中使用的格式获取这些数据。我尝试从我的数据库中将其格式化为 JSON,但出现此错误:
json_encode():参数中的 UTF-8 序列无效
为了清楚起见,我试图将标题存储在 SQL 中!