随机生成6位数:discuz的salt用到:```字符串:substr(uniqid(rand()), -6);字 符:substr(uniqid(rand(), true), -6);```登录后复制