如何使用 JS 或 jQuery 在无限点击(不是一次)中在两个图像之间交换
$("button").click(function(){
$("img").attr("src","The New SRC");
});
此代码有效,但只有一次。
相关分类