对GUID的使用不是很清楚,望详解
下面代码是啥意思?用GUID有什么好处?都能做什么事情?public partial class Login : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.lblGUID.Text = this.NewGUID;
}
}
2013-06-07 22:34
2013-06-15 18:11