1、生成double
Convert.toDouble(Math.round(Math.random() * 10))2、生成1-10整数
Convert.toInt(Math.round(Math.random() * 10))