gpt4 book ai didi

javascript - 从 javascript 字符串中删除 HTML 标签

转载 作者:IT王子 更新时间:2023-10-29 03:22:32 32 4
gpt4 key购买 nike

我有这段代码:

var content = "<p>Dear sms,</p><p>This is a test notification for push message from center II.</p>";

我想删除所有 <p></p>上面字符串中的标签。只想显示没有 html 标签的字符串值,例如:

"Dear sms, This is a test notification for push message from center II."

最佳答案

为什么不直接让 jQuery 来做呢?

var content = "<p>Dear sms,</p><p>This is a test notification for push message from center II.</p>";

var text = $(content).text();

关于javascript - 从 javascript 字符串中删除 HTML 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13911681/

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