小白作业:
$str_1='0123456789qwertyuioplkjhgfdsazxcvbnmQWERTYUIOPLKJHGFDSAZXCVBNM'; for($i=0;$i<4;$i++){ echo $str_1{mt_rand(0,strlen($str_1)-1)}; }
通俗易懂