我有一个可以运行的游乐场代码但它同时出错。我不太清楚为什么因为我对swift不太熟悉。
我想在下面写一个if语句来检查junior是否有后缀“Jr.”
if junior.contains("Jr.") {
print("We found a second generation name!")
}else{
print("No we didn't find a second generation name.")
}
这应该是固定的
import Foundation