PHP生成唯一字符串的简单方法 0 By 董德多 on 2018年12月12日 PHP PHP生成唯一字符串的简单方法: $uniqid = md5(uniqid(microtime(true),true)); echo $uniqid; 唯一 字符串