摘要: 1 使用curl命令以post方式向服务器发送xml格式的数据 echo '<?xml version …>' | curl -X POST -H 'Content-type:text/xml' -d @- http://10.206.30.32:8081/loginregistration/reg 阅读全文
posted @ 2018-02-18 10:57 PhoenixTree(梧桐树) 阅读(333) 评论(0) 推荐(0)