摘要: <?php class Demo { private $file = 'index.php'; public function __construct($file) { $this->file = $file; } function __destruct() { echo @highlight_fi 阅读全文
posted @ 2022-10-08 09:42 hithub 阅读(176) 评论(0) 推荐(0)