Math.random().toString(16).substrings(2);   //14位字符长度的漂亮随机码

Math.random().toString(36).substrings(2);    //11位字符长度的漂亮随机码