摘要:
protected void Button1_Click(object sender, EventArgs e) { List list = new List(); using (SqlConnection conn = new SqlConnection(connectStr)) { SqlCom... 阅读全文
摘要:
1:序列化类,需要引用命名空间:System.ServerModel.Web 和System.Runtime.Serializationpublic class JOSNHelper { public static string GetJosn(T obj) { DataContractJsonSe... 阅读全文