我正在尝试使用$ .get方法从文件中提取一些数据,但我得到的只是:
undefined slope
undefined reference to
undefined
undefined symbols for architecture x86_64
undefined symbols for architecture i386
代码:
$.get('inc/autocomplete.php?q=' + $('.searchbox').val(), function(data){
$('.autocomplete').html(data);
});
我最近搬到了Ubuntu,我认为这就是问题所在。在浏览器中打开autocomplete.php可以得到正确的结果。有什么建议吗?