📜  随机图片 url - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:25.056000             🧑  作者: Mango

代码示例4
int i = (int)(myArrayList.size() * Math.random()) //you can get the random index
String url = myArrayList.remove(i), //then you can remove that variable from list