자바 - 문자열 비교는 대소 문자를 무시

문자열 A는 "AAA"를 =;
문자열 B = "AAA";

A.equalsIgnoreCase (B)

추천

출처www.cnblogs.com/erchun/p/11904271.html