package com.qxueyou.scc.base.util; /** * Êý×ÖËæ»ú * @author iqtogether * */ public class NumRandomUtils { /** * Ëæ»ú6λÊý×Ö * @return */ public static String randomSixNum(){ return String.valueOf((int)((Math.random()*9+1)*100000)); } }