日期:2014-05-19  浏览次数:20823 次

根据时间产生18位随机数字 请问如何实现
RT

------解决方案--------------------
Random rs = new Random();
rs.Next(18位最小, 18位最大);