发布时间:2017-12-25编辑:佚名阅读(1799)
delegate string deleMethod(string a); string method(string b){ //处理 return b; } string test(deleMethod m){ return m("a"); } //调用 test(new deleMethod(method));// 或test(method);
关键字: C# 函数名 参数
上一篇:网页访问exchange2016邮箱
下一篇:c#保存字节数组到文件
0人
Copyright © 2018 我的空间 闽ICP备17023514号-2