如果你想让文件更有组织性,你也可以用子文件夹来存储你的视图文件…
当你在载入视图时,必须加上子文件夹的名字。示例如下:$this->load->view('folder_name/file_name');
$this->load->view('folder_name/file_name');