摘要:<?php $xml_weixin = file_get_contents('php://input'); $app=str_replace("<![CDATA[", "", $xml_weixin); $app=str_replace("]]>", "", $app); $xml_array=si
阅读全文
posted @ 2017-08-09 17:42
posted @ 2017-08-09 17:42