C#程序从方法返回数组
调用Join方法下的方法来连接单词-
string.Join(" ", display())现在设置一个字符串数组-
string[] str = new string[5];
添加单个元素-
str[0] = "My"; str[1] = "name"; str[2] = "is"; str[3] = "Brad"; str[4] = "Pitt";
并从方法返回相同的字符串数组-
return str;
以下是完整的代码-
示例
using System;
public class Demo {
public static void Main() {
Console.WriteLine(string.Join(" ", display()));
}
static string[] display() {
string[] str = new string[5];
//字符串数组元素
str[0] = "My";
str[1] = "name";
str[2] = "is";
str[3] = "Brad";
str[4] = "Pitt";
return str;
}
}输出结果
My name is Brad Pitt
热门推荐
10 满月100天简短祝福语
11 新年祝福语简短聪明可爱
12 婆婆生日祝福语简短的
13 红颜生日祝福语简短独特
14 上嫂子生日祝福语简短
15 生日祝福语 简短独特高考
16 女朋友祝福语简短新年
17 5岁宝宝祝福语简短
18 好听的元旦简短祝福语