我正在放置数组null,first,second,third
zero,one,two,"three
,four
five\r\n"
null,first,second,third
nul,un,deux,trois
0,"1,one",2,3
中的所有4个项目,然后移动其中的三个项目。
除了for循环之外,是否有更短的方法将整个数组graphics
置于同一位置?即如何将整个阵列放在一个点上?
graphics
答案 0 :(得分:1)
尝试使用graphics.forEach{ scene.place($0, at: Point(x: x, y: y)) }