判断题
设s1="she",那么s1.compareTo("her")大于0
正确
判断题 equals()和equalsIgnoreCase()的作用完全一样
判断题 substring(intbegin,intend)表示取得一串子字符串,位置从begin到end
判断题 charAt(int index)表示从字符串中取得一个字符,该字符的位置是index