如果页面出现乱码,常常需要设置页面的字符编码,CI框架,在控制器中,怎么设置呢,很简单代码如下: $this->output->set_header("Content-Type: text/html; charset=utf-8");