if(!empty($this->input->post())){
Var_dump($this->input-post());
}
这向我展示了致命错误
致命错误:Can't use method return value in write context in D:\install\wamp\www\CI\application\controllers\user\user.php 在第 39 行
我不明白为什么会这样。在控制器文件的 CodeIgniter 中,我写了这个