How do I use external JSON…?

后端 未结 3 844
伪装坚强ぢ
伪装坚强ぢ 2021-01-07 00:49

spent a few hours trying to figure this out, but cannot for the life of me figure out what\'s going wrong.

All I\'m trying to do is load this:

https:         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-07 01:06

    Yep, that's JSON. The site may not support JSONP, so you're gonna have to use PHP to do this.

    This is untested, but should work.

    
    

提交回复
热议问题