gpt4 book ai didi

jquery - 使用 jQuery 设置 itemprop 的内容值

转载 作者:行者123 更新时间:2023-11-30 23:56:59 25 4
gpt4 key购买 nike

HTML:

<meta itemprop="price" content="34,95&nbsp;€ " />

我需要动态更新价格。为了得到它,我使用:

$('meta[itemprop="price"]').attr('content');

可以用什么方法来替代价格?

最佳答案

您可以简单地为 attr 函数提供第二个参数,即值。

$('meta[itemprop="price"]').attr('content', 'newContent');
//newContent doesn't have to be in quotes, it can be a variable too

了解有关 attr 的更多信息 here .

关于jquery - 使用 jQuery 设置 itemprop 的内容值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27293848/

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