Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在尝试制作一个基于文本的游戏,但我在 ibook 中找不到关于苹果制作的 Swift 如何从控制台获取输入的信息。我尝试了一些我在这里看到的方法,但我并不真正了解如何使用这些方法。
Swift 标准库中似乎没有任何输入流设施。但你仍然有选择:
import Darwin
scanf
getc
import Foundation
NSInputStream
NSScanner