You can create a loop and turn that into a string again. function randomString() { return [...Array(5)].map((value) => (Math.random() * 1000000) ...
確定! 回上一頁