<?php
header("content-type:text/html;charset=utf-8");

$str = uniqid(md5(microtime(true)),true);
echo $str;

echo "<br/>";

$str1 = uniqid(md5(microtime(true)));
echo $str1;

?>

 

相关文章:

  • 2022-12-23
  • 2021-10-08
  • 2021-06-28
  • 2022-12-23
  • 2022-01-02
  • 2022-01-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-06-24
  • 2021-08-30
  • 2021-12-10
相关资源
相似解决方案