我有代码
@H_301_6@$directory = "C:/My file path"; $PHPfiles = glob($directory . "*.html"); foreach($PHPfiles as $PHPfiles) { echo $PHPfiles; }