JSbackgroundImage控制_基础知识【点击查看详情】
JSbackgroundImage控制_基础知识: 代码如下:function changeBgImage(obj){ obj.style.cssText=background:url('2.gif') no-repeat 2 3; }
相关视频/文章