【发布时间】:2022-07-01 20:15:37
【问题描述】:
我有一个字符串数组:
string[] arr = {"Hello", "World"};
我想打印它或将其转换为字符串,如:
print(arr.join(","));
> "Hello,World"
我该怎么做?
【问题讨论】:
我有一个字符串数组:
string[] arr = {"Hello", "World"};
我想打印它或将其转换为字符串,如:
print(arr.join(","));
> "Hello,World"
我该怎么做?
【问题讨论】:
【讨论】: