public static int IntParseFast(string value) · { · int result = 0; · string numbers = "1,2,3,4,5,6,7,8,9,0"; · string[] l = numbers.Split(','); · for ...
確定! 回上一頁