ci 框架中,怎么和数据库交互,下面是我写的简单示例函数:function OprData(){ $this->load->database(); $query = $this->db->query('select * from ...
確定! 回上一頁