标签: swift
如何快速比较单词?
例如:"apple" < "bird"是 true 。
"apple" < "bird"
如何?它会计算字符,是否按字母顺序排列?我已经阅读过文档,但没有找到答案。
("apple") < ("bird") -> true "dog" = "dog" -> true