其中的方法有:
$arrs = collect($arr)->collapse()->collapse() //去除最外一层数组,不论最外层数组时否有值,都会去除掉
collect($arr)->flatten(); //使多维数组转换为一维数组!