如何以格式返回数据:
Column Name t01 t02 t03 t04
Data c01 c02 c03 c04
<orders xmlns="www address">
<order>
<order-date>2019-09-05</order-date>
<created-by>storefront</created-by>
<original-order-no>000001</original-order-no>
<currency>USD</currency>
<taxation>gross</taxation>
<invoice-no>0099999</invoice-no>
<custom-attributes>
<custom-attribute attribute-id="t01">c01</custom-attribute>
<custom-attribute attribute-id="t02">c02</custom-attribute>
<custom-attribute attribute-id="t03">c03</custom-attribute>
<custom-attribute attribute-id="t04">c04</custom-attribute>
</custom-attributes>
</order>
</orders>
看起来您的帖子大部分是代码;请添加更多详细信息。看起来您的帖子大部分是代码;请添加更多详细信息。
从您的问题来看,有一件事尚不清楚:输出列的命名。