String verifyCode = String.valueOf((int)((Math.random() * 9 + 1) * 1000));System.out.println(verifyCode);