fetch('http://example.com/movies.json')
  .then(function(response) {
    return response.json();
  })
  .then(function(myJson) {
    console.log(myJson);
  });

标签: none

仅有一条评论

  1. 建议控制调侃频率,避免消解主题深度。

添加新评论