![]() |
#2
永不回头2006-11-02 15:58
|
protected void Page_Load(object sender, System.EventArgs e)
{
if (!this.IsPostBack)
{}
}
在好多地方都看到过它,不知是什么意思,有它和没它有什么分别呢??