Bootstrap

tp5中在where中使用in

$where = array();
        $where['id'] = array('in', $uid_str);
        $res = $this->db2->name('user')->where($where)->select();

 

转载于:https://www.cnblogs.com/Skate0rDie/p/11482757.html

;