社火世界的快乐
随机函数 function getRandom(min, max) { return Math.floor(Math.random() * (max - min + 1) + min) }