摘要:
!DOCTYPE html> Document dfdffffffffffffffffffffffffffff 阅读全文
摘要:
List<string> ConditionList = new List<string>(); List<string> tempParameters = new List<string>();//用来存(@a0,@a1,@a2) string value = HttpContext.Curren 阅读全文
摘要:
Response.ContentType = "application/vnd.ms-excel"; Response.AddHeader("Content-Disposition", string.Format("attachment;filename={0}", HttpUtility.UrlE 阅读全文
摘要:
Document 阅读全文
摘要:
var EventTarget = function () { this._listener = {}; }; EventTarget.prototype = { constructor: this, addEvent: function (type, fn) { if (typeof type === "... 阅读全文
摘要:
Button Button 阅读全文
摘要:
Button 阅读全文
摘要:
Button 阅读全文
摘要:
string input = "大病医疗(个人)"; input = Regex.Replace(input, @"\[|\]|\.|\(|\)", @"\$0"); searchText = Regex.Replace(searchText, @"\[|\]|\.|\(|\)", @"\$0"); 阅读全文
摘要:
string content = "第1行导入失败,失败原因为: 《加班原因》字段必填"; string[] resultString = Regex.Split(content, "失败原因为:", RegexOptions.IgnoreCase); foreach (string i in resultString) ... 阅读全文