gpt4 book ai didi

javascript - 如何在 React-Native 中使用 Javascript 解析时将 HTML 代码替换为相应的字符

转载 作者:行者123 更新时间:2023-12-03 01:26:25 25 4
gpt4 key购买 nike

这是一个 React-Native 应用程序,所以我不能使用 DOM

我有一个 HTML 作为字符串,比方说,

let str = "<p>Research not to discover what&#8217;s already there, but to discover what&#8217;s not.</p>\n",

我可以使用正则表达式解析它

str.replace(/<\/?[^>]+(>|$)/g, "")

但是它的输出是,

"Research not to discover what&#8217;s already there, but to discover what&#8217;s not.
"

其中仍然有 HTML 代码what’s 我如何将其替换为 what’s

最佳答案

您可以使用类似 This answer suggests 的内容,但这个答案仅适用于数字实体,不适用于 &

我想这取决于你如何知道你可能会得到什么样的 html。否则,您将必须使用库来解码这些 HTML 实体。

关于javascript - 如何在 React-Native 中使用 Javascript 解析时将 HTML 代码替换为相应的字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51522052/

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