问答详情
源自:-

这句话是什么意思

int x = rd.nextInt(100);

提问者:大坐家 2015-08-26 16:35

个回答

  • 李开庭
    2015-08-26 17:33:45
    已采纳

    这个应该是Random类的方法nextInt()

    它会返回一个大于0小于100的随机数给x