利用String.Join(",", ja)方法
Dim
ja
As
New
JArray
ja.Add(
"a"
)
"b"
s
String
=
.Join(
","
, ja)
Output.Show(s)