0
点赞
收藏
分享

微信扫一扫

Guid

得一道人 2022-10-25 阅读 122


Guid guid = Guid.NewGuid;

string str = guid.ToString();

Console.WriteLine(str);

举报

相关推荐

0 条评论