数组相同值组合

浏览:339 发布日期:2019/08/07 分类:求助交流 关键字: 数组相同值组合
array (size=3)
  0 => 
    array (size=4)
      'three_shopattr_key' => string '8' (length=1)
      'three_shopattr_value' => string '21' (length=2)
  1 => 
    array (size=4)
      'three_shopattr_key' => string '2' (length=1)
      'three_shopattr_value' => string '7' (length=1)
  2 => 
    array (size=4)
      'three_shopattr_key' => string '2' (length=1)
      'three_shopattr_value' => string '6' (length=1)
相同three_shopattr_key组成8=>array(
three_shopattr_value=‘21’
)
2=>array(
three_shopattr_value=‘7’
three_shopattr_value=‘6’
)
最佳答案
评论( 相关
后面还有条评论,点击查看>>