摘要: xml字符串:$simplexml转换成Json格式:json_encode($simplexml)转换成数组格式:json_decode(json_encode($simplexml),TRUE)转换成对象格式:json_decode(json_encode($simplexml),FALSE)解... 阅读全文
posted @ 2015-07-03 10:32 作乐 阅读(1461) 评论(0) 推荐(0) 编辑