在 xCode Playground 上打印 /n [重复]

Posted

技术标签:

【中文标题】在 xCode Playground 上打印 /n [重复]【英文标题】:Print /n On xCode Playground [duplicate] 【发布时间】:2016-04-01 00:55:54 【问题描述】:

当我在 Xcode Playground 中编写代码时,Play Ground Print "/n" On latest of my code result。我该如何解决?

【问题讨论】:

【参考方案1】:

在 swift 2 中,不再有 println

Print 现在等同于之前的println,所以它有“\n”。

解决方法:

print(saeed, terminator: "")

【讨论】:

阅读 khuong 所说的内容。如果添加terminator: "" 作为第二个参数,它不会在行尾添加换行符。

以上是关于在 xCode Playground 上打印 /n [重复]的主要内容,如果未能解决你的问题,请参考以下文章

swift 在控制台中打印所有可用字体。尝试在Xcode Playground中粘贴此代码。

为啥这个 Swift Playground 打印和循环两次?

获取 Playground 以显示所有循环结果

如何在 Xcode 11 Playground 中使用图像?

Xcode-playground 的时间线:白色背景上的白色文本

在常规 Xcode 项目中重用 Playground 代码