把jquery的值放入img标签的src里面的方法:首先新建html文件,并引入jquery;然后在【index.html】中的【】标签,输入jquery代码;最后浏览器运行【index.html】页面即可。</p></blockquote> <p><img src="https://img.php.cn/upload/article/000/000/015/5fc46ac31e9b5310.jpg" alt="如何把jquery的值放入img标签的src里面" ></p> <p>本教程操作环境:windows7系统、jquery3.2.1版,该方法适用于所有品牌电脑。</p> <p><strong>把jquery的值放入img标签的src里面的方法:</strong></p> <p>1、首先,打开html编辑器,新建html文件,例如:index.html,并引入jquery。</p> <p><img src="https://img.php.cn/upload/image/299/338/835/1606369131127128.png" title="1606369131127128.png" alt="61a925e56ad9ac6e40673644868f10b.png"></p> <p>2、在index.html中的<script>标签,输入jquery代码:<code>$('img').attr('src', 'small3.png');</code>。</p> <p><img src="https://img.php.cn/upload/image/898/910/632/1606369136881652.png" title="1606369136881652.png" alt="75b760af20068e52a30fa89fc080370.png"></p> <p>3、浏览器运行index.html页面,此时成功用jquery把图片地址放入了img标签的src中。</p> <p><img src="https://img.php.cn/upload/image/530/987/958/1606369140572621.png" title="1606369140572621.png" alt="ad94fce9b5712d419937fd621f98571.png"></p> <blockquote><p>相关免费学习推荐:<a href="https://www.php.cn/course/list/17.html" target="_blank" textvalue="javascript">javascript</a>(视频)</p></blockquote>