Ext获取uuid

Posted thaipine

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ext获取uuid相关的知识,希望对你有一定的参考价值。

Ext获取UUID

方法1:
Ext.data.IdGenerator.get(‘uuid‘).generate()


方法2:
//创建一个uuid生成器uuidGenerator
var uuidGenerator = Ext.create(‘Ext.data.UuidGenerator‘,{id:‘uuidGenerator‘});
//生成我们需要的uuid
var uuid = uuidGenerator.generate();
//打印出来看一下 是不是你想要的?如果不是就换换其他的方法
console.log(uuid);

 

以上是关于Ext获取uuid的主要内容,如果未能解决你的问题,请参考以下文章

uuid是啥意思

uuid是啥意思?

JS怎么能实现获取设备的UUID,比如手机访问这个地址可以获取它的UUID。

获取 8 个字符的 UUID

获取iOS设备UUID

Win32 API 获取机器 UUID