字符串的比较不能用==得使用equals();希望的我回答能被您采纳!谢谢
System.out.println(week==arr[0]);错了。比较字符串不能用==要用week.equals(arr[0])