摘要:
1 public static void main(String[] args) { 2 3 String r,g,b; 4 Random random = new Random(); 5 r = Integer.toHexString(random.nextInt(256)).toUpperCase(); 6 g = Integer.toHexString(random.nextInt(256)).toUpperCase(); 7 b = Integer.t... 阅读全文
posted @ 2013-04-09 15:29
古来征战几人回
阅读(2522)
评论(0)
推荐(0)
浙公网安备 33010602011771号