string 数字序列大小比较 string.compare string a = "022"; string b="1"; 比较结果 ‘022’ < '1' 转载于:https://www.cnblogs.com/helo-blog/p/5852383.html