FlowGroupEditField_ascx -UserControl --TemplateControl ---Control ----Object void Page_Load(object sender, EventArgs e) { string c = ""; Type t = this.GetType(); for (int i = 0; i < 20; i++) { Response.Write("<br>" + c + t.Name); c += "-"; t = t.BaseType; if (t == null) break; } } 相关文章: 2021-09-25 2021-08-19 2021-10-02 2022-12-23 2021-06-10 2021-11-04 2022-12-23