原文:C# DataTable 转换成JSON数据 using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Web; using System.Web.Script.Serialization; namespace WsDemo { public class DataTableConvertJson { #region
做个记录保存一下,以免以后再次用到忘记了. function locVal(){ var url=window.location.href; if (url.indexOf('?')==-1)return; var obj=url.split('?'); var val="{"; if(obj[1].indexOf("&")!=-1){ obj= obj[1].split('&'); }; for(i=0;i<obj.length;i++){