search

Home  >  Q&A  >  body text

如何获取json数据?

有这样一组数据

JSON数据如:{"options":{/"text/":/"王家湾/",/"value/":/"9/",/"text/":/"李家湾/",/"valu
e/":/"10/",/"text/":/"邵家湾/",/"value/":/"13/"},"option":{/"text/":/"王家湾/",/"value/":/"9/",/"text/":/"李家湾/",/"valu
e/":/"10/",/"text/":/"邵家湾/",/"value/":/"13/"},"opts":{/"text/":/"王家湾/",/"value/":/"9/",/"text/":/"李家湾/",/"valu
e/":/"10/",/"text/":/"邵家湾/",/"value/":/"13/"}}

我的需求就是获取第二级对象的值;请问怎么获取


phpcn_u238phpcn_u2382874 days ago884

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:31:15

    How to get json data? -PHP Chinese website Q&A-How to obtain json data? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 阿神

    阿神2017-02-23 13:54:13

    用JQuery吧,$.get()或者$.getJSON()。

    reply
    0
  • Cancelreply