자바기초2009. 1. 21. 23:26
string1 = "aBC";
String2 = "abc";
if(string1.equalsIgnoreCase(string2)) { }
Posted by 아마데우스