Don't create new strings with toLower() to compare them. Instead, use equals(), which has an option to ignore case when comparing two strings.
確定! 回上一頁