0
我剛開始學習Swift3。一開始我寫了一個轉換單位的控制檯程序。我有一個控制檯輸入流Swift控制檯輸入不區分大小寫
let typ = readLine()
和原因我得到完全相同的字符串返回,但我使用的if語句。現在我的問題我不想檢查它區分大小寫我只想要簡單的字符串。 這是if結構使用:
if typ == unitA {
print("foo")
//Some Code
}else if typ == unitB{
print("super foo")
//Some Code
}else{
print("Invalid input :/")
}
謝謝:d
這很酷謝謝你! – Limatuz
但你能解釋這個狙擊給我嗎? 'guard let input = readLine()else { fatalError(「No input recieved」) } ' – Limatuz
@Limatuz什麼? – Alexander