var rand = (parseInt)(Math.random() * 10); console.log(rand)这样的一个随机数,每次点击随机生成一个数,随机十次要求内容不重复 ps:我是要一次一次点击点击十次并且不重复,不是循环十次不重复 查看完整描述