Common/common.php
//产生随机验证码 function random($length, $chars = ‘0123456789‘) { //随机生成的逻辑 return $hash; }
Tpl/index.html
{:random(5)}
得到的结果:9536
时间: 2024-11-06 03:41:20
Common/common.php
//产生随机验证码 function random($length, $chars = ‘0123456789‘) { //随机生成的逻辑 return $hash; }
Tpl/index.html
{:random(5)}
得到的结果:9536