<?php include 'test1.php'; include_once 'test2.php'; require 'test3.php'; require_once 'test4.php'; $included_files = get_included_files(); foreach ($included_files as $filename) { echo "$filename\n"; } ?>
21,893
社区成员
140,347
社区内容
加载中
试试用AI创作助手写篇文章吧