var myurl="https://raw.github.com/currencybot/open-exchange-rates/master/latest.json";
$.ajax(
{
url:myurl,
type:"POST",
dataType:"JSONP",
success:function(myObj)
{
console.log(myObj);
}
});
我嘗試使用簡寫getJSON,但控制檯拋出錯誤「使用POST請求」。 並使用上面的代碼,控制檯指出「無效標籤」。無法獲得json響應
感謝,但這個沒有工作.. – 2012-03-20 06:50:30
錯誤引用上:「」NetworkError:404 Not Found - https://raw.github.com/currencybot/open-exchange-rates/master/latest.json「」 – 2012-03-20 06:50:46
你不需要給它們pty'{}' – Starx 2012-03-20 07:10:24