我一直在寻找,但我找到的每个答案似乎都很接近,但并不准确。我有一个由 Web API 返回的 JSON(响应标头中的“content-type:application/json”),其中包含引号中的换行符,例如:
{"id": {
"type": "int(x=0) -> integer\nint(x, base=10) -> integer\n\nConvert a number or string to an integer, or return 0 if no arguments"
}
}
如果在 Firefox(或任何其他浏览器)在其窗口中显示原始 json 时遇到 \n,我该如何让 Firefox 真正开始新行?