在同一行打印字符
for i in 1...5 { print(i) }
操作需要像
12345
但是印刷品就像
1 2 3 4 5
任何人都有解决方案.
ios swift-playground swift3
ios ×1
swift-playground ×1
swift3 ×1