摘要: ``` $res = ' Success ok 1 11513955 1'; $xml = simplexml_load_string($res); // 返回对象 $json = json_encode($xml); // encode $array = json_decode($json,TRUE); // decode成数组 ``` ``` array(5) { ["returnstatus 阅读全文
posted @ 2020-02-19 11:14 TBHacker 阅读(211) 评论(0) 推荐(0) 编辑