To generate random string for div ID with JavaScript, we can create a random base64 string. ... const id = btoa(Math.random()).substring(0, 12);.
確定! 回上一頁