假如已經是DataTable物件會直接呼叫ConvertDataTableToHTML方法就可以(省去JSON轉換過程). Code: public static string ToHtmlTable(this HashSet<dynamic> obj) { return ...
確定! 回上一頁