1、字符串比对:NSOrderedAscending , NSOrderedSame, NSOrderedDescendinghttps://blog.csdn.net/nextstudio/article/details/8473785
2、https://blog.csdn.net/ios_xumin/article/details/52679238
3、bxbank例子,版本比较
if (NSOrderedAscending == [@"1.2.0" compare:version] && emptyUUID) {
return YES;
}
4.ASCII码百科 https://baike.baidu.com/item/ASCII/309296?fromtitle=ascii%E7%A0%81&fromid=99077&fr=aladdin