随机字符串

This commit is contained in:
guobao.jiang 2017-05-04 15:27:45 +08:00
parent 6dc38b3392
commit 12b0d033e3
1 changed files with 2 additions and 0 deletions

View File

@ -179,3 +179,5 @@ $('#unLockSceneDiv').css({display:""}); // 显示
// 通过js设置其值
$('#dropdown').dropdown("set selected", "1");
// 随机字符串p
Math.random().toString(36).substring(7);