值得一提
String#toLowerCase
name.toLowerCase().equals("me");
或简单地使用
String#equalsIgnoreCase
name.equalsIgnoreCase("me");
上一篇 如何将JSON字符串反序列化为对象
下一篇 从@UiThreadTest调用waitForMonitorWithTimeout()
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号