JS backgroundImage控制
(编辑:jimmy 日期: 2025/5/12 浏览:3 次 )
复制代码 代码如下:
function changeBgImage(obj){
obj.style.cssText="background:url('2.gif') no-repeat 2 3";
}
function changeBgImage(obj){
obj.style.cssText="background:url('2.gif') no-repeat 2 3";
}
下一篇:JavaScript Table行定位效果