php 如何获取请求的xml数据,对方通过http协议post提交过来xml数据,php如何获取到这些数据?

2025-06-26 23:58:17
推荐回答(1个)
回答1:

Post 提交的数据 直接用 $_POST 数组获取就可以了