033-PHP takes a random number from 1 to 100

? < PHP
     // generates a random number 
    // acquired from the random number from 1 to 100 
    for ( $ index = 0; $ index <100; $ index ++ ) {
         $ Number = ( RAND ()% 100) +. 1 ;
         Print ( " $ Number The    \ the n-" ); 
    }
 >?

 

Guess you like

Origin www.cnblogs.com/tianpan2019/p/10992785.html