我正在尝试使用 $.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 会得到正确的结果。有什么建议么?