摘要: 创建fiel.php 1 <?php 2 3 class File { 4 private $_dir; 5 6 const EXT = '.txt'; 7 8 public function __construct() { 9 $this->_dir = dirname(__FILE__) . ' 阅读全文
posted @ 2020-04-20 18:38 一个勤奋的程序员 阅读(210) 评论(0) 推荐(0) 编辑