//获取查询密码
public static String queryCode(){ return String.valueOf((int)((Math.random()*9+1)*100000)); }