JS backgroundImage控制

(编辑:jimmy 日期: 2024/10/9 浏览:2)

复制代码 代码如下:
function changeBgImage(obj){
obj.style.cssText="background:url('2.gif') no-repeat 2 3";
}