摘要: 一、在IE兼容模式中以及各具有IE内核的浏览器兼容模式中使用 jQuery 中的JSON函数时出现“JSON未定义” 而切换到浏览器高速模式则正常显示 解决方案 : 1.直接在使用的页面中引入json2.js (https://github.com/douglascrockford/JSON-js/ 阅读全文
posted @ 2015-12-22 12:19 头文件 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 1 public static int NameToIndex(string columnName) 2 { 3 if (!Regex.IsMatch(columnName.ToUpper(), @"[A-Z]+")) { throw new Exception("参数非法!"); } 5 int index = 0; 6 char[] chars = columnName... 阅读全文
posted @ 2017-04-20 15:46 头文件 阅读(518) 评论(0) 推荐(0) 编辑