摘要: 序:由于我们在查询数据时,常常会使用['eq','']或者array('eq','')的写法,查询数据无法获取想要的结果。以下方法完美解决了这个问题。$where['name'] = array('exp', 'is null'); //为空的 $where['name'] = array('exp 阅读全文
posted @ 2019-12-13 08:48 $DeBuger 阅读(1300) 评论(0) 推荐(0)