隨機生成數字

for (int i = 0; i<10000;i++){ //隨機生成一位整數 int random = (int) (Math.random()*9); String valueOf = String.valueOf(random); //生成uuid的hashCode值 int hashCode = UUID.r
相關文章
相關標籤/搜索