摘要: indexof它所查出来的是你给的母字符中某一个字符的下标位置,以下引用自java1.6api文档:Returns the index within this string of the first occurrence of the specified character. If a character with value ch occurs in the character sequence represented by this String object, then the index (in Unicode code units) of the first such occurre 阅读全文