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