jquery遍历指定元素下的img图片改变其路径时间:2021-07-24 17:29:21 $(".jieshao img").each(function (i) { $(this).attr("src", "manager/" + $(this).attr("src")); });