我正在尝试使用 web api 在 JavaScript 中返回 JSON 文件。使用 Alchemy API,将调用以下 URL:
http://access.alchemyapi.com/calls/url/URLGetTextSentiment?url=http%3A%2F%2Fwww.macrumors.com%2F2013%2F11%2F05%2Fapple-releases-itunes-11-1-3-with-equalizer-and-performance-improvements%2F&apikey=[secret]&outputMode=json
这将对 macrumors 文章进行情绪分析。但是,我不确定如何将 JSON 文件实际转换为 javascript。有人知道怎么做吗?