Android面試題目之三: 字符串轉整形

1. 首先寫了一個字符串轉整形的算法: public static class String2Int1 implements String2Int { @Override public int string2int(String str) { int value = 0; int pow10 = 1; for (int j = str.length() - 1; j >=
相關文章
相關標籤/搜索