扫码关注官方订阅号
如果我们要从关联数组中移除并返回指定的键值,一般需要两步操作,比如:$array = ['name' => 'Desk', 'price' => 100];$name = $array['nam...