收藏
回答

小程序如何循环后台传来的json?

String j3="{\"img\"\"/images/img_1.jpg\"\"author\"\"罗贯中\"\"dynasty\"\"清朝\"\"id\"\"123\"\"production\"\"烽火连三月\"}"

回答关注问题邀请回答
收藏

3 个回答

  • 香蕉不是笨啦啦
    香蕉不是笨啦啦
    2020-01-08

    JSON.parse()

    2020-01-08
    有用 2
    回复 2
    • ㅤ
      2020-01-08
      我解析出错,说我json有注释,Unexpected token , in JSON at position 89;at api request success callback function
      SyntaxError: Unexpected token , in JSON at position 89。难道是转义符号又问题吗。
      2020-01-08
      回复
    • ㅤ
      2020-01-08
      感谢,解决了,先前是我定义变量转错了。
      2020-01-08
      回复
  • 小肥羊🍊
    小肥羊🍊
    2020-01-08

    wxs

    具体可以参考我之前整理的文章

    https://developers.weixin.qq.com/community/develop/article/doc/0008888a01c69872b689448a051013

    2020-01-08
    有用 1
    回复 2
    • 小肥羊🍊
      小肥羊🍊
      2020-01-08回复Mr.Zhao
      我只能按照我的理解来回答,有错?
      2020-01-08
      回复
    • Mr.Zhao
      Mr.Zhao
      2020-01-08回复小肥羊🍊
      没有,我觉得你这个号不是同一个人
      2020-01-08
      回复
  • ㅤ
    2020-01-08

    forvar i=;i<res.data.s2.length;i++){

    exhibition.push(res.data.s2[i]);

    console.log(exhibition)

    em2=JSON.parse(exhibition)

    }

    出现nexpected token , in JSON at position 88;at api request success callback function

    SyntaxError: Unexpected token , in JSON at position 88错误。在线等大佬

    2020-01-08
    有用
    回复 2
    • 这都申请了
      这都申请了
      2020-01-08
      exhibition已经是数组了,为什么还要JSON.parse?
      2020-01-08
      回复
    • ㅤ
      2020-01-08回复这都申请了
      这是个意外,已经解决了,先前定义变量有问题
      2020-01-08
      回复
登录 后发表内容
问题标签