exam.php 256 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 <?php return [ 'Id' => 'ID', 'Pid' => '上级ID', 'Name' => '考试名称', 'Nickname' => '考试别名', 'Exam_time' => '考试时间', 'Createtime' => '创建时间', 'Updatetime' => '修改时间' ];