🌈 搜索
📅  最后修改于: 2022-03-11 14:54:49.855000             🧑  作者: Mango
foreach ($items as $key =>$item){ if(condition){ unset($item[$key]); } }