![]() |
#2
haigecnpeng2013-06-15 18:11
|
下面代码是啥意思?用GUID有什么好处?都能做什么事情?
public partial class Login : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.lblGUID.Text = this.NewGUID;
}
}