摘要:
首页 给出 DataTable 转Json 的方法: 1 public static string TableToJson(DataTable dt) 2 { 3 List> list = new List>(); 4 forea... 阅读全文
摘要:
首先需要引用 js 和css1 2 3 4 Img_List.js 如下: 1 /// 2 //显示 3 function imgshow(obj) { 4 //$(obj).find("a").show(); 5 } 6 7 //隐藏 8 function im... 阅读全文
摘要:
前台代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 阅读全文
摘要:
1 private void LogWrite(string text)2 {3 FileStream fs = new FileStream(this.Server.MapPath("/log.txt"), FileMode.Append);4 ... 阅读全文