我有变量:
$place = "images/img1.jpg";
我想告诉图像的 url 使用该变量。
$('div.bg2').css("background-image", "url($place)");
但这不起作用。为什么?
我有变量:
$place = "images/img1.jpg";
我想告诉图像的 url 使用该变量。
$('div.bg2').css("background-image", "url($place)");
但这不起作用。为什么?