$data = array(); $data['test'] = array(); $this->load->view('show.html', $data); 页面需要 echo $test而不是 $data