fastadmin后台 selectpage编辑默认选中
if ($this->request->request("keyValue")) {
$array = [];
$ids = explode(',',$this->request->request("keyValue"));
foreach ($list as $key => $value) {
if (in_array($value['id'],$ids)) {
array_push($array, $value);
}
}
$list = $array;
}
本文由 我爱PHP169 作者:admin 发表,其版权均为 我爱PHP169 所有,文章内容系作者个人观点,不代表 我爱PHP169 对观点赞同或支持。如需转载,请注明文章来源。
Warning: count(): Parameter must be an array or an object that implements Countable in /home/leikaixin0lzesipk4aui0xuirn/wwwroot/wp-content/themes/mnews/includes/post-like.php on line 207
赞0