下面是從環如何獲得數組的鍵作爲標題
(
[Size] => Array
(
[07601-01] => S,
[07601-02] => M,
[07601-03] => L,
[07601-04] => XL,
[07601-05] => XXL,
)
[other] => Array
(
[07601-01] => S,
[07601-02] => M,
[07601-03] => L,
[07601-04] => XL,
[07601-05] => XXL,
)
)
這裏我的數組是我的循環
<?php
foreach($product_atttribute as $attr) {
?>
尺寸
- 小號
- M
- XL
其他 .....等
<?php
}
?>
在上述循環我如何能得到Size
,other
,等像標題下面
'的foreach($ product_atttribute爲$鍵=> $ attr)使用'現在你有'在循環 – Fabio
另外一個自我複製的是OP是key'大小等: http://stackoverflow.com/q/21379063/367456 – hakre