模擬登錄時的驗證碼功能

代碼: import java.util.Random; public class AuthCodeDemo { public static void main(String[] args) { StringBuilder sb = new StringBuilder(); Random random = new Random(); while (sb.length() < 4) { // 隨機數
相關文章
相關標籤/搜索