android的字符串比较,不能用==号 作者: 良辰 时间: 2021-03-13 分类: ios/android 阅读量:383 ==不能用,用这个str.equalsIgnoreCase("abc") 标签: none