摘要:
1 public int FindFirstRepeadWord(String str) { 2 //记录重复出现的位置 3 int position = -1; 4 int length = str.length(); 5 if (length == 1){ 6 return position; 阅读全文
posted @ 2020-07-03 10:34
2017_06_25
阅读(658)
评论(0)
推荐(0)
浙公网安备 33010602011771号