jQuery修改圖片路徑 $("#index")[0].src="images/index_1.jpg"; //更改ID為index的圖片的src值$("#index").attr("src","images/index_1.jpg"); //效果同上; ...