函数说明

<% var moduleIndex = 0; //var moduleList = appdoc.moduleList; for (appmodule in moduleList) { var methodList = appmodule.methodList; var methodIndex = 0; for (appmethod in methodList) { var moduleMethodPanelGroupId = "viewModuleMethodPanel-" + moduleIndex + "-" + methodIndex; %> <% methodIndex++; } moduleIndex++; } %>