将多维数组变成一维数组
本文介绍了将多维数组变成一维数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
I've been banging my head on this one for a while now.
I have this multidimensional array:
And I need to get this:
Any ideas?
All other solutions I found solve multidimensional arrays with different keys. My arrays use simple numeric keys only.
解决方案
Example:
Result:
这篇关于将多维数组变成一维数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!