【发布时间】:2013-04-25 16:16:45
【问题描述】:
var url = "http://pinterestapi.co.uk/" + pinterestUsername + "/pins";
$.ajax({
dataType: "jsonp",
url: url,
success: function (data) {
alert(data)
}
});
firebug“无效字符”错误显示
dataType:"json" 不工作
【问题讨论】:
标签: ajax json api get pinterest