C# List集合轉Json字符串示例代碼

將list集合轉換爲Json字符串簡單實現代碼:html public static string GetJosn(List<CalendarInfo> list) { string jsonStr = "["; if (list != null && list.Count > 0) {
相關文章
相關標籤/搜索