PHP rand() 函数 2019-08-20 本文已影响0人 myloves008 例子 本例会返回一些随机数: <?php echo(rand(); echo(rand(); echo(rand(10,100)) ?> 输出: 17757 3794 97