优雅的随机字串 /** 优雅的随机数据加密方式 @return string **/ function md6($string) { $str=$string.rand(); return md5(uniqid($str, true)); }ログイン後にコピー