Let's go
摘要: 1.BeginInvoke来实现异步 Action action = new Action(delegate () { try { //这儿执行操作 } catch (Exception ex) { } }); action.BeginInvoke(null, null); 2.使用线程 HttpC 阅读全文
posted @ 2020-10-06 10:00 chenze 阅读(155) 评论(0) 推荐(0) 编辑
有事您Q我