2016-11-09 57 views

回答

0
function Foo(battle) { 
    this.battle=battle; 
    this.distroyBattle=function() { 
      this.battle=null; 
    } 
}