§ ITPOW >> 文档 >> C#

C# 中 char[] 与 string 字符串相互转换

作者:vkvi 来源:ITPOW(原创) 日期:2014-9-4

用 ToCharArray 和 new String。

相关文章