使用 Unity 2017.3, 制作于 2018 年 11 月 30 日
1.泛型
public static T Fuction<T>()
{
}
2.params(可变的参数个数)
int Function(params int[] values)