博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xml 和 array的相互转换支持 xml的属性 cdata
阅读量:5817 次
发布时间:2019-06-18

本文共 1588 字,大约阅读时间需要 5 分钟。

hot3.png

000
执行成功
2012-02-17 00:00:00

<sceneryId>sceneryId</sceneryId> <sceneryName>sceneryName</sceneryName > <ticketTypeId>ticketTypeId</ticketTypeId> <ticketTypeName>ticketTypeName</ticketTypeName> <parPrice>parPrice</parPrice> <webPrice>webPrice</webPrice> <settlementPrice>settlementPrice</settlementPrice> </product> </productList>

</body> </response> 转成 Array ( [response] => Array ( [header] => Array ( [rspCode] => 000 [rspDesc] => 执行成功 [rspTime] => {2012-02-17 00:00:00} )

[body] => Array            (                [productList] => Array                    (                        [product] => Array                            (                                [sceneryId] => {sceneryId}                                [sceneryName] => {sceneryName}                                [ticketTypeId] => {ticketTypeId}                                [ticketTypeName] => {ticketTypeName}                                [parPrice] => {parPrice}                                [webPrice] => {webPrice}                                [settlementPrice] => {settlementPrice}                            )                        [@attributes] => Array                            (                                [page] => {page}                                [pageSize] => {pageSize}                                [pageCount] => {pageCount}                                [totalCount] => {totalCount}                            )                    )            )    )

)

转载于:https://my.oschina.net/u/137226/blog/139041

你可能感兴趣的文章
Socket 编程 connect() 函数
查看>>
Java基础——变量
查看>>
docker容器内应用检测失败总结
查看>>
插件目标
查看>>
spring aop
查看>>
Windows Server 2012 R2 WDS部署服务之二配置服务器
查看>>
Android 中 画图与动画旋转效果(中级)
查看>>
VMware Horizon 6之Horizon Mirage 4.4安装
查看>>
datadog的数据流转
查看>>
块级元素及行级元素
查看>>
resin服务器
查看>>
datetime.strftime时间输出转换
查看>>
Linux Shell常用技巧(一)
查看>>
开机自动启动tomcat
查看>>
javascript对象---4 Object函数介绍
查看>>
【iOS-Cocos2d游戏开发之二十】精灵的基础知识点总汇(位图操作/贴图更换/重排z轴等)及制作简单遮盖层!...
查看>>
【新产品】.NET条形码控件 Spire.Barcode for .NET发布
查看>>
Visio文件使用类库Aspose.Diagram 新功能:支持形状的3D旋转属性
查看>>
3D控件Aspose.3D 12月新版V17.12发布 | 添加支持导出RVM
查看>>
小猪猪教你如何找回相机存储卡内的丢失数据
查看>>