摘要: 执行过程public void method(Action action){ //2.method执行中 try { action(); //3.调用委托 string x = "5"; //如果action执行时出现了error,但是内部有catch机... 阅读全文
posted @ 2014-09-24 10:56 兴杰 阅读(336) 评论(0) 推荐(0)