摘要:
classgloser{Randomm_rnd=newRandom();publicchargetRandomChar(){intret=m_rnd.Next(122);while(ret<48||(ret>57&&ret<65)||(ret>90&&ret<97)){ret=m_rnd.Next(122);}return(char)r... 阅读全文
posted @ 2005-12-22 14:10
gloser
阅读(5125)
评论(2)
推荐(0)
浙公网安备 33010602011771号