Hey, you can simply do the following: string string1 = "Rose" + new string(' ', 10); Please remeber, strings are immutable so this can cost ...
確定! 回上一頁