function randomID() {
    return Number(Math.random().toString().substr(2,0) + Date.now()).toString(36);
    }
 
console.log(randomID());

 

相关文章:

  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-12-24
  • 2021-11-30
猜你喜欢
  • 2021-11-19
  • 2019-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案