测试解除POST过滤
<pre class="brush:php;toolbar:false"># 解除POST过滤
public $postFilter = false;
public function __init()
{
parent::__init();
# 加载手册模型
$this->scModel = model('sc');
# 加载章节模型
$this->zjModel = model('zj');
}</pre><p><br/></p>
相关回复
-
暂无评论!