摘要:
(1)String cusId = Request["cusId"]??"0";(2)protected void Page_Load(object sender, EventArgs e) { try { string funcName =Request["funcName"]; if (!string.IsNullOrEmpty(funcName)) { Type type = this.GetType(); string methodName = "Exec" + funcName; MethodInfo m 阅读全文
posted @ 2013-02-17 15:07
快乐人生,积极进取
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号