$array = array_map('strval', (array) $xml->Product);. Take care you cast those parts to string of which you'll get the data from (in the example ...
確定! 回上一頁