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’
) 最佳答案