我正在使用freebase搜索網址來了解有關查詢分類的信息。我已經在JavaScript中發送jquery請求如下,但我沒有得到任何迴應。無法獲取Freebase搜索網址的HTTP GET
var searchvalue = document.getElementById(「searchtext」).value; var url =「http://www.freebase.com/api/service/search?query=india」; $ .getJSON(url,function(data){alert(data)});
如果我在瀏覽器中放置url(http://www.freebase.com/api/service/search?query=india),我可以得到JSON響應。有沒有人遇到過這個問題。
感謝, Sathi