实现代码如下:
List<VCard> vcards = new ArrayList<>();
// add some elements to vcards
...
// 随机 100
Random r = new Random();
List<VCard> randomList = new ArrayList<>();
while (randomList.size() < 100){
randomList.add(vcards.get(r.nextInt(vcards.size())));
}
References
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com