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条)

报告相同问题?

悬赏问题

  • ¥15 matlab有关常微分方程的问题求解决
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算
  • ¥15 java如何提取出pdf里的文字?
  • ¥100 求三轴之间相互配合画圆以及直线的算法
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable