📜  在字符串中添加空格 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:59.128000             🧑  作者: Mango

代码示例1
string1="Rose"
string1= string1 + new string(' ', 10)