getRandom(max, min) { return Math.floor(Math.random() * (max - min) + min);}
this.getRandom(10, -10);
京公网安备 11010502049817号