"a" < "b" -->true "a" > "A" -->true "b" > "A" -->true "a" == "A" -->false "a" != "A" -->true 转载于:https://www.cnblogs.com/miaoyj/p/7677829.html