标签: json getjson
我收到以下代码段的错误unexpected end of input。
unexpected end of input
$.getJSON("/json/cats.json", function(json) { $(".message").html(JSON.stringify(json));