获取6位查询密码

//获取查询密码

public static String queryCode(){
return String.valueOf((int)((Math.random()*9+1)*100000));
}
原文地址:https://www.cnblogs.com/xrhou12326/p/5345565.html