字符串 对象 数组 函数 Math 任意范围的随机整数生成函数 Math.random():[0,1); function getRandomInt(min,max){ return Math.floor(Math.random() * (max - min + 1) + min); } getRandomInt(1,6); JSON格式