Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 json 获取 html 格式的文本,如以下格式?
<div class="header" id="header_1"> <p>All glitters are not gold</p> </div>
因为 json 不支持对象值内的 " 字符。
您可以使用 JSON 转义引号\"
\"
检查此答案以获取所有 JSON 转义字符的列表。