我有这个代码
$.ajax({
url: 'http://localhost/record/FlashWavRecorder-master/jjj/r/',
type: 'HEAD',
error: function () {
$('.sd').html('<img src="5-0.gif" />');
},
success: function () {
bo = 'a';
$('.sd').html('<span style="color:#99CC00; font-weight:bold;">done</span> ');
}
});
我想在这部分代码中添加变量
url:'http://localhost/record/FlashWavRecorder-master/jjj/r/+var',