我正在尝试将一些XML转换为JSON,使用PHP足够容易 $file = file_get_contents('data.xml' ); $a = json_decode(json_encode((array) simplexml_load_string($file)) ...
確定! 回上一頁