gpt4 book ai didi

javascript - 获取货币符号的特殊文本字符的 HTML 实体代码

转载 作者:行者123 更新时间:2023-11-30 21:13:07 26 4
gpt4 key购买 nike

如何将货币 HTML 字符串转换为 JavaScript 中的符号。这是来自 API 的响应。例如 £ 需要转换成 £

您可以在此处查看我的 API 响应:

>   getOptions: {
> "FKP": "Falkland Islands pound (£)",
> "GBP": "Pound sterling (£)",
> "GEL": "Georgian lari (ლ)",
> "GGP": "Guernsey pound (£)",
> }


Please suggest.
https://html-online.com/editor/

Following this link if you are click this link (just paste inside in this link `£` automatically converted pounds Symbol like £ )

最佳答案

是的,最后我得到了一个绝对的解决方案。就像我刚刚安装了 npm install html-entities 这个。在那之后当我们在特定的地方使用时两个都给这个

const Entities = require('html-entities').AllHtmlEntities;

const entities = new Entities();

在那之后 console.log(entities.decode('£')) 得到结果输出像 £

引用此链接 https://www.npmjs.com/package/html-entities

关于javascript - 获取货币符号的特殊文本字符的 HTML 实体代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45931151/

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