摘要:
using JWT; using JWT.Algorithms; using JWT.Exceptions; using JWT.Serializers; using System; using System.Collections.Generic; using System.Linq; using 阅读全文
摘要:
委托其实是一个类 delegate 实现方法的叠加调用 一.基本用法 public delegate int Tpons(int x); class Program { static void Main(string[] args) { Tpons t = new Tpons(ss.max); t 阅读全文