随机生成id

function getRandom(){
return Math.random().toString(36).substring(7);
}

原文地址:https://www.cnblogs.com/yangyang03/p/6556124.html