使用批处理,结合随机数生成器和服务器启动命令。首先生成一个随机数,然后根据这个数选择要启动的服务器。,,``batch,@echo off,set /a rand=%random% %% 服务器数量 + 1,start 服务器名!rand!.exe,`` 如何……