gpt4 book ai didi

javascript - 查找内容并将其分配给变量

转载 作者:行者123 更新时间:2023-11-28 21:24:45 25 4
gpt4 key购买 nike

我需要的是找到一个具有 class="selected" 的元素,然后将该元素的内容分配给变量。

<a href="#">This is the content</a>
<a href="#" class="selected">This is the content</a>
<a href="#">This is the content</a>

有什么帮助吗?谢谢

最佳答案

使用class operator :

var elementContents = $('.selected').html();//假设只找到一个选择了该类的元素

希望这有帮助。

关于javascript - 查找内容并将其分配给变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5352417/

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