2013-03-12 16 views

回答

1

使用正确的引号放置于字符串连接:

$('#mapfoto').prepend('<img id="theImg" src="http://path.gr/' + temp + '" />'); 
2
$('#mapfoto').prepend('<img id="theImg" src="http://path.gr/' + temp + '" />');