随机生成字母加数字16位数方法

for($i=0;$i<16;$i++){
       
$rand= dechex(rand(1,15));
   
echo $rand;

原文地址:https://www.cnblogs.com/visi_zhangyang/p/2636390.html