软件禁止虚拟定位
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";
}