jQuery - parsing JSON data - Having trouble with variable name

前端 未结 3 1699
耶瑟儿~
耶瑟儿~ 2021-02-09 17:10

My first delve into working with JSON data. I have a bit of experience using jQuery though.

I\'m posting to this URL (tumblr api): jyoseph.com/api/read/json

What

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 17:47

    Use the bracket notation to access the members:

    var photo500 = this['photo-url-500']; 
    

提交回复
热议问题