我有两个字符串数组
Array1 = {"Paul","John","Mary"} Array2 = {"12","13","15"}
我想知道是否有可能加入这些数组,以便结果数组有类似的东西
{"Paul12","John13","Mary15"}
c#
c# ×1