🌈 搜索
📅  最后修改于: 2022-03-11 14:53:52.895000             🧑  作者: Mango
array_walk($yourArray, function(&$value) { $value = strtolower($value); });