gpt4 book ai didi

javascript - 如果图像源(img src)具有特定的类或 ID,则将查询字符串添加到图像源(img src)

转载 作者:行者123 更新时间:2023-11-28 15:04:20 24 4
gpt4 key购买 nike

我想要 PHP 或 JS 版本。就像,如果 img 具有特定的类,则查询字符串将附加到其源 url 中。让我们假设,特定的类是“hello”,查询字符串是“?source=fb”所以,如果 img 有类 'hello' -

<img class="hello" src="http://example.com/1.jpg?source=fb">

PHP 应该检查并将其附加到 img src 中。

有什么函数可以做到这一点吗?

最佳答案

$('img.hello').attr('src',$('img.hello').attr('src')+"addedstring")
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<img class="hello" src="http://example.com/1.jpg?source=fb">

像这样使用

关于javascript - 如果图像源(img src)具有特定的类或 ID,则将查询字符串添加到图像源(img src),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39787461/

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