访问量:
次,访客数:
人,浏览量:
次
首页
编辑
char[]转换为字符串
Tags:
/C#/字符串处理/
Date Created:
char
[] vChars
=
{
'1'
,
'2'
,
'3'
};
string
s
=
new string
(vChars);