gpt4 book ai didi

c# - 在 .NET/C# 2.0 中合并两个字符串数组?

转载 作者:太空宇宙 更新时间:2023-11-03 17:13:39 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Merging two arrays in .NET
How do I concatenate two arrays in C#?

如何合并两个 string[] 变量?

例子:

string[] x = new string[] { "apple", "soup", "wizard" };
string[] y = new string[] { Q.displayName, Q.ID.toString(), "no more cheese" };

我想添加这两个所以 x 的内容是:{"apple", "soup", "wizard",Q.displayName, Q.ID.toString() , "no more cheese"}; 按照这个顺序。这可能吗?如果结果必须进入一个新的字符串数组,那很好;我只是想知道如何实现它。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com