| #234 | //排除的cid |
| #235 | if($nocids){ |
| #236 | $nocids_arr = explode(',', $nocids); |
| #237 | }else{ |
| #238 | $nocids_arr = array(); |
| #239 | } |
| #240 | |
| #241 | $nav_arr = $run->kv->xget($field); |
| #242 | foreach($nav_arr as &$v) { |
| #243 | if($nocids_arr && in_array($v['cid'], $nocids_arr)){ |