$data = array(); $xml = simplexml_load_string(file_get_contents("php://input"), 'SimpleXMLElement', LIBXML_NOCDATA); foreach ($xml as $k => $v) ...
確定! 回上一頁