标签: javascript json get xmlhttprequest put
例如,我有some_website / a.json,其中包含:
{"test":"1","test2":"2"}
和some_website / b.json,其中包含:
{"test":"3","test2":"4"}
我如何使用XMLHttpRequest这样在some_website / c.json中获取和放置此值
{"testing1":{"test":"1","test2":"2"},"testing2":{"test":"3","test2":"4"}}
答案 0 :(得分:0)
这在本地是不可能的。有诸如“批处理请求”之类的技术。例如,Facebook在其API中实现了它们。 Facebook Batch Request