how to read json result in jquery?

前端 未结 4 1221
忘掉有多难
忘掉有多难 2020-11-27 22:43

I\'m not familiar with jquery. Will you please help me in this? I have a json respone from url but i don\'t know how, can i read key value in jquery.

For ex

4条回答
  •  萌比男神i
    2020-11-27 23:10

    If you're using jQuery to get the JSON, you can just use:

    http://api.jquery.com/jquery.getjson/

    And it will parse the JSON for you.

提交回复
热议问题