出于某种奇怪的原因,我无法终生调试它.. $this->input->post('post_page') = 10...。我回显了变量,它确实在屏幕上打印了 10。当它应该是真的时,这会一直返回假......所以......有人可以帮我解决这个问题吗?我尝试在每个检查周围加上单独的括号并更改 || 到 OR.. 还是什么都没有。
这是我的代码:
if($this->input->post('post_page') <> 10
|| $this->input->post('post_page') <> 25
|| $this->input->post('post_page') <> 50
|| $this->input->post('post_page') <> 75) {
return false;
}