<?php if ( file_exists ( 'test.xml' )) { $xml = simplexml_load_file ( 'test.xml' ); print_r ( $xml ); } else { exit( 'Failed to open test.xml.' ); } ?>
4,249
社区成员
4,528
社区内容
加载中