欢马劈雪 最近更新时间:2020-01-02 10:19:05
/** 来 自 N o w J a v a . c o m**/ public class Main { public static void main(String args[]){ int random = (int)(Math.random()* 10 ) + 5; System.out.println(random); } }