摘要: https://www.cnblogs.com/che109/p/6808143.html工作中需要用到全球唯一标识符,在.net当中 微软已经为我们添加了此方法,我们只需要直接调用即可。代码如下: string guid = Guid.NewGuid().ToString(); 但事情往往没有那么 阅读全文
posted @ 2018-06-25 16:36 zhaogaojian 阅读(1074) 评论(0) 推荐(0)