const randomNum = Math.floor(Math.random() * 90) + 10; console.log(randomNum); // 输出结果例如 42、73 等
done