var temp="path.png"
如何将 temp var 传递给 jquery 函数,如下所示
$('#mapfoto').prepend('<img id="theImg" src="http://path.gr/"+temp />')
var temp="path.png"
如何将 temp var 传递给 jquery 函数,如下所示
$('#mapfoto').prepend('<img id="theImg" src="http://path.gr/"+temp />')