Apache 中随机数的工具类RandomStringUtils
import org.apache.commons.lang.RandomStringUtils;
import org.junit.Test;
public class Test1 { @Test public void testRandomStringUtils() { /** * 生成10个大写字母 * 65(A) 90(Z) * 如果要小写字母的话把start,e...
原创
2012-12-03 13:47:09 ·
1308 阅读 ·
0 评论