关于php读取数组的简单问题
时间:2021-07-01 10:21:17
帮助过:6人阅读
Array
(
[state] => 1
[data] => Array
(
[0] => Array
(
[catid] => 105
[name] => 通知
[url] => http://www.xingan111.cn/jzxa/tongzhi/
[hasChildren] => 1
)
[1] => Array
(
[catid] => 106
[name] => 新闻
[url] => http://www.xingan111.cn/jzxa/jzxanews/
[hasChildren] => 1
)
[2] => Array
(
[catid] => 114
[name] => 社区
[url] => http://www.xingan111.cn/jzxa/jzxashequ/
[hasChildren] => 1
)
[3] => Array
(
[catid] => 115
[name] => 公益
[url] => http://www.xingan111.cn/jzxa/jzxagongyi/
[hasChildren] => 1
)
[4] => Array
(
[catid] => 116
[name] => 执法
[url] => http://www.xingan111.cn/jzxa/jzxazhifa/
[hasChildren] => 1
)
[5] => Array
(
[catid] => 117
[name] => 政法
[url] => http://www.xingan111.cn/jzxa/jzxazhengfa/
[hasChildren] => 1
)
[6] => Array
(
[catid] => 118
[name] => 便民
[url] =>http://www.xingan111.cn/jzxa/jzxabianmin/
[hasChildren] => 1
)
[7] => Array
(
[catid] => 119
[name] => 美图
[url] => http://www.xingan111.cn/jzxa/jzxameitu/
[hasChildren] => 1
)
)
)
如上面的数组,我想将[catid] [name] [url] [hasChildren]对应的值都读出来(php方式),怎么做?
回复讨论(解决方案)
读到哪里?
既然您认为是 简单问题,那为何不自己解决呢?
我才开始学,但是这个问题应该用两个foreach就能遍历了吧
读到字符串里,我以前搞delphi,刚接触php。
编程不是凑代码!
你先要知道你想要什么样的结果,然后抱你的想法用计算机语言写出来