我想将 xml 内容解析到服务器,所以我该怎么做....
<order>
<orderItems>
<itemId>9523</itemId>
<lhmItemId>162327</lhmItemId>
<itemQuantity>1122</itemQuantity>
<instruction/>
</orderItems>
<contactInfo>
<customerName>aaaaaaaaa</customerName>
<email>xyz@abc.com</email>
<mobile>1111111111</mobile>
<phone>1111111111</phone>
</contactInfo>
</order>