当前位置:Gxlcms > JavaScript > JS backgroundImage控制

JS backgroundImage控制

时间:2021-07-01 10:21:17 帮助过:5人阅读

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

人气教程排行