In Swift, it's very easy to write a command-line app. ... while let line = readLine() { print(line.split(separator: " ").count) }.
確定! 回上一頁