Substring (iStart, i-iStart+1)+ ” “; iStart = i+1; } string Last = inputstr.Substring(iStart, inputstr.Length – iStart); Final += Last;
確定! 回上一頁