gpt4 book ai didi

angular - 如何在 angular-2 中创建 GUID?

转载 作者:太空狗 更新时间:2023-10-29 17:03:23 24 4
gpt4 key购买 nike

在我的应用程序中,我需要创建 GUID,该 GUID 将用作 cookie,因此任何人都知道如何在 angular-2/typescript 或使用任何 angular2 依赖项/库中创建 GUID。

最佳答案

您甚至可以使用 npm 为您生成它。按照这个:

npm i guid-typescript --save

并在您的代码中使用:

import { Guid } from 'guid-typescript';
export class GuidExample {
public id: Guid;
constructor() {
this.id = Guid.create(); // ==> b77d409a-10cd-4a47-8e94-b0cd0ab50aa1
}
}

关于angular - 如何在 angular-2 中创建 GUID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42782645/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com