先定义一个枚举public enum ApplyType{ Passive, Buff, SingleTarget, MultiTarget}方式一:通过switc判断在赋值switch (str_applytype) { case ...
確定! 回上一頁