遍歷算法小測試

使用遍歷算法,輸出字符串中所有‘e’的位置 1 void TraverAlgorithm(string a,int maxIndex,int i,int upe) 2 { 3 if (i == 1) 4 { 5 int e = a.IndexOf('e') + 1 + upe; 6
相關文章
相關標籤/搜索