JS backgroundImage控制

(编辑:jimmy 日期: 2025/9/22 浏览:2)

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