隨機產生4位數的驗證碼

package com.softeem.math; import java.util.Random; public class YanZhengMa { public static String checkcode(){ String temp = ""; Random rd = new Random(); for (int i = 0; i < 4; i++) {
相關文章
相關標籤/搜索