數組鏈接Join方法

String.Join Method (String, String[])
用特定的分隔符鏈接數組元素數組

public static string Join(
	string separator,
	params string[] value
)

如:String.Join(sep, sArr)string

相關文章
相關標籤/搜索