0
点赞
收藏
分享

微信扫一扫

抽奖 算法

徐一村 2023-05-17 阅读 71

Long nowTime = System.currentTimeMillis();
         Long PassTime = System.currentTimeMillis();
         return (int) ((nowTime%100+27) * (PassTime%100+51) % 100);

举报

相关推荐

0 条评论