//得到伤害附加值
 public int GetAtkplusValue()
 {
     return(_attrStrategy.GetAtkplusValue(this));
 }