Swift在开关中使用where语句
示例
在语句大小写匹配中可以使用where语句,以添加肯定匹配所需的其他条件。下面的示例不仅检查范围,而且检查数字是否为奇数或偶数:
switch (temperature) {
case 0...49 where temperature % 2 == 0:
print("Cold and even")
case 50...79 where temperature % 2 == 0:
print("Warm and even")
case 80...110 where temperature % 2 == 0:
print("Hot and even")
default:
print("Temperature out of range or odd")
}
热门推荐
9 祝福语简短的微信
10 新年简短祝福语给亲人
11 升班祝福语简短10字
12 狗年同事拜年祝福语简短
13 婚礼红包祝福语简短霸气
14 元旦祝福语 简短独特群发
15 六一祝福语简短十六字
16 猪年祝福语大全简短的
17 虎年贺卡和祝福语简短
18 书法朋友祝福语简短精辟