平常,在css里,我们写成
{
background:url(....) ;
}
如果需要写脚本, 则
function(){
.....;
$(....).css("background-image", "url(....)");