$b = array (); foreach ($a as $key => $value) { if (isset($b[$key])) ... Assume this array is "merchantcode" => "productID" . ... After I change to this
確定! 回上一頁