jQuery修改img的src的方法:

$("#img_id").attr("src","new_src");

此语句的功能是:修改id为img_id的src属性为新的src属性。