//URL中的地址要填写图片的实际地址 setTimeout(function() { $('.content-container').css({'background': 'url(/webroot/help/picture/1.gif)no-repeat','background-size':'100% 100%'});}, 1000); 上面是我从文档里复制的。我下载了例子文档,替换了url。但是并没有加载出来。 fr11.
这是我的替换部分,可以帮我看一下吗? //URL中的地址要填写图片的实际地址 setTimeout(function() { $('.content-container').css({'background': 'url(/Users/我的名字/Applications/FineReport/webapps/webroot/help/picture/1.gif)no-repeat','background-size':'100% 100%'}); }, 1000); 资料:https://help.fanruan.com/finereport/doc-view-2125.html 其中星空的那个gif动图。 |