📅  最后修改于: 2022-03-11 15:02:59.005000             🧑  作者: Mango
function mathRandomDice() {
document.getElementById("dice").innerHTML = Math.floor(Math.random() * 6) + 1;
}
var x = mathRandomDice;
if (x = 1) {
d.innerHTML = '';
}