ThinkPHP 中 where条件 or、and 同时使用 php 2018-08-20 阅读 2563 评论 0 ('a'=1 and 'b'=2) or ('c'=3 and 'd'=4) and 'e'=5$where_1['a'] = 1;$where_1['b'] = 2;$where_2['c']...