如果StringBuilder 不包含任何字符串,它将添加它。 AppendLine() 方法在字符串的末尾附加换行符。 StringBuilder sb = new StringBuilder(); sb.Append("Hello "); ...
確定! 回上一頁