生成GUID字符串

//生成GUID字符串
string loginToken = System.Guid.NewGuid().ToString();

原文地址:https://www.cnblogs.com/Aamir-Ye/p/4527848.html