我有一个Twitter提要,我可以在推文中找到Instagram网址.
{
indices: [
90,
110
],
url: "http://t.co/kF9EXifn",
expanded_url: "http://instagr.am/p/QC8hWKL_4K/",
display_url: "instagr.am/p/QC8hWKL_4K/"
}
Run Code Online (Sandbox Code Playgroud)
我需要的是从该对象获取扩展的URL"http://instagr.am/p/QC8hWKL_4K/",并获得仅仅是图像本身的链接,而不是Instagram网站上的图像.谁知道怎么做?我甚至可以从网址中获取该链接吗?