重庆熊猫 Loading

JavaScript 随机字符串

const randomString = () => Math.random().toString(36).slice(2);

let result = randomString();

console.log(result);
posted @ 2022-10-26 14:35  重庆熊猫  阅读(21)  评论(0编辑  收藏  举报