在回调方法中,这2行代码如何使用呢? $xml = $GLOBALS['HTTP_RAW_POST_DATA']; $ret = json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)), true);