'测试模型高级操作', 'lists' => $model->select(), 'query' => $model->sql ]; } public function testPage() { return $this->fetch('', [ 'a' => '测试页面', ]); } }