delegate void CountIt(int end); CountIt count = delegate(int end) { for (int i = 0; i < end; i++) this.Text = i.ToString (); }; count(6); delegate void CountIt(int end); CountIt cou 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交