using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace LYFZ.WeixinServers.WeiXinAPP { public partial class FunctionModule : System.Web.UI.Page { public System.Text.StringBuilder FunctionModuleListHtmlTb = new System.Text.StringBuilder(); protected void Page_Load(object sender, EventArgs e) { CommonHandler.CheckLoginJump(this); for (int i = 0; i < Global.FunctionListDaTable.Rows.Count; i++) { DataRow row = Global.FunctionListDaTable.Rows[i]; FunctionModuleListHtmlTb.Append("