📜  执行随机图像并从 url 获取 - 无论代码示例

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

代码示例1
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