kuerlulu 发表于 2015-7-15 17:11:09 1.如果是"所有敌人", 那么直接获取当前还活着的敌人数目: n = 0; $game_troop.enemies.map{|e| n += 1 if e.exist? }; return n