我发现,由于Xcode将不再消化println(),因此我只能使用Swift.print()或print()。我的问题是,这两者之间的区别是什么?我在网上或在Swift Prog中都找不到确凿的答案。朗格。(Swift 3.0.1)来自苹果。
What prompted me to ask was that I noticed in the playground that
in the review area on the right Swift.print() showed no digested
data when passing a var whereas print() showed "example\n".谢谢。
https://stackoverflow.com/questions/44390252
复制相似问题