C#. Copy Code. StringBuilder returnNumber = new StringBuilder(10000); for(int i = 0; i<1000; i++) { returnNumber.Append(i.ToString()); }.
確定! 回上一頁