private static string WrapArray(string jsonArray) { return "{ \"items\": " + jsonArray + "}"; } public static string ToJson<T>(T[] array)
確定! 回上一頁