可以的,用自带参数获取单元格值,然后判断
setTimeout(function() {
if(a==1){
$("div[widgetname=REPORT0]").css('background', 'url(http://localhost:8075/webroot/help/picture/1.gif)');
}
else if(a==2){
$("div[widgetname=REPORT0]").css('background', 'url(http://localhost:8075/webroot/help/picture/2.gif)');
}
}, 1000);