//URL中的地址要填写图片的实际地址 setTimeout(function() { $('.content-container').css({'background': 'url(/webroot/help/picture/1.gif)no-repeat','background-size':'100% 100%'}); }, 1000); ------------------- setTimeout(function() { $("div[widgetname='REPORT0'") .css({ 'background': 'url(/webroot/help/picture/1.gif)no-repeat', 'background-size': '100% 100%' }); }, 1000); 这两个JS都用了都是 报错,是哪里写错了吗 boby 和里面加个报表块都试了也不行 |