PHP每次生成同样的随机数 作者: Don 时间: November 13, 2014 分类: 代码分析 代码如下:mt_srand(123); // 指定随机种子 echo mt_rand(); echo '-'; echo mt_rand(); 标签: none