标签: swift
当我在可选绑定中使用“ Where”大小写时出现错误
if let NewValue1 = MyStringOptional where NewValue1.characters.count == 5{ print("hi") }