摘要: //url编码 public static string ConvertUrlEncode(string DataStr) { return System.Web.HttpUtility.UrlEncode(DataStr); } //Base64 public static string ConvertBase64(string DataStr) ... 阅读全文
posted @ 2016-12-01 16:48 文乱来 阅读(193) 评论(0) 推荐(0)
摘要: ExcelTable.js 1 /* 2 * author:wenluanlai 3 */ 4 (function ($) { 5 Date.prototype.Format = function (fmt) { 6 var o = { 7 "M+": this.getMonth() + 1, // 阅读全文
posted @ 2016-11-04 15:45 文乱来 阅读(6377) 评论(1) 推荐(0)