douchao1879 2018-02-27 23:19
浏览 101
已采纳

我如何使用php中的数组访问Json文件中的数据并回显到html文件

Hi I have an json file that include a field of array named urlPhotos. I would like to have a list for urlPhotos om my html page using the echo method in PHP

my data in the json file has this structure

[{
    "caseKey": "4846ccde-8e2c-4360-9381-9d78c12b1ef6",
    "caseNumber": "177",
    "companyName": "Bach",
    "officeId": 37,
    "urlPhotos": [
        "https://boligsystem.flex.dk/public/569f868e-9.jpg", 
        "https://boligsystem.flex.dk/public/520-80276a.jpg", 
        "https://boligsystem.flex.dk/public/569f86763c9.jpg", 
        "https://boligsystem.flex.dk/public/569f86636fd8.jpg"           
    ],

    "timestamp": "09022018073555"
}
{
    "caseKey": "4846ccde-8e2c-4360-9381-9d78c12baaa",
    "caseNumber": "199",
    "companyName": "Bach",
    "officeId": 37,
    "urlPhotos": [      
        "https://boligsystem.flex.dk/public/569f868e-9.jpg", 
        "https://boligsystem.flex.dk/public/520-80276a.jpg", 
        "https://boligsystem.flex.dk/public/569f86763c9.jpg", 
        "https://boligsystem.flex.dk/public/569f86636fd8.jpg"
        "https://boligsystem.flex.dk/public/569f868e-9.jpg", 
        "https://boligsystem.flex.dk/public/520-80276a.jpg", 
        "https://boligsystem.flex.dk/public/569f86763c9.jpg", 
        "https://boligsystem.flex.dk/public/569f86636fd8.jpg"       
        ],
    "timestamp": "11022018073555"
}]
  • 写回答

3条回答 默认 最新

  • dongzha3058 2018-02-27 23:28
    关注

    You can decode the json array with json_decode to normal php array and then use the foreach on this array to get urlPhotos like

    foreach($arr['urlPhotos'] as $t)
    {
        echo $t
    }
    

    And you can add list marks to this foreach

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)