php实现随机点名程序

2015-02-09 0 1,002
php实现随机点名程序
  1. 用的是mt_random()函数(性能优于random()函数) 
    <?php  
    $max1=51;  
    $min1=1;  
    $stu=mt_rand($min1,$max1);  
    if($stu>26)  
    {  
        $stu=$stu-25  
        echo '2014585032'.$stu.'号同学';  
    }  
    else  
    {  
        echo '2014585031'.$stu.'号同学';  
    }  
    ?>  

遇见资源网 php php实现随机点名程序 http://www.ox520.com/7373.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务