在javascript

时间:2017-01-18 09:40:34

标签: javascript angularjs json

window.onload = function() {
  var script = document.createElement("script");
  script.type = "text / javascript";
  script.src = "http: //ipv4.myexternalip.com/json";
  var ip = document.getElementsByTagName("head")[0].appendChild(script);
  alert(ip);
}

上面的代码提供了运行时错误':'在json导致语法错误,所以我没有得到任何打印。如何将此json转换为字符串。我尝试使用JSON.Stringify,但只返回{}

0 个答案:

没有答案