关于嵌套循环之深入理解 # 外层循环遍历第一维(深度) for depth in range(len(cube)): # 中层循环遍历第二维(行) for row in range(len(cube[depth]