赋引用

1 var tmpDeathInfoList = this.deathInfoList;
2 tmpDeathInfoList.splice(deleteIndex,deleteCount);

tmpDeathInfoList 处理其实是对this.deathInfoList的处理。