摘要: 1.封装被调用库 public delegate string CallBack(string message); public int MyInterfance(CallBack cb) { return cb("张天才"); } 2.使用调用库 int ret = MyInterfance(ca 阅读全文
posted @ 2021-06-10 18:26 超级驼鹿 阅读(100) 评论(0) 推荐(0) 编辑
/*