gpt4 book ai didi

javascript - 如何在某些 HTML 标记后剪切字符串?

转载 作者:行者123 更新时间:2023-11-29 21:04:51 24 4
gpt4 key购买 nike

我想在 </b> 之后剪切文本标签。

例如,

<div class="quote"><b> Quote from: Bob </b>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>

应 chop 为

<div class="quote"><b> Quote from: Bob </b>

如何存档?

这是我想出的:

https://jsfiddle.net/Babr/2q4940h1/8/

最佳答案

对于您的情况,您可以:

$(".quote").html($(".quote").children());

将被 chop 为:

<div class="quote"><b> Quote from: Bob </b></div>

FIDDLE

关于javascript - 如何在某些 HTML 标记后剪切字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44514711/

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