🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 读取多条数据 - 格式6 ~~~ $other = []; $field = []; $field[] = '搜索字段名1'; $field[] = '搜索字段名2'; $other['field'] = $field; $other['jointable'] = '表名 as 别称'; $other['on'] = '两表联接查询条件'; $where = []; $where[] = '字段名="'.搜索变量值.'"'; $other['where'] = $where; $arr = $D_P->arr('表名 as 别称',$other); ~~~