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