查到1条结果
2017年 07月 26日 c#中Load += new System.EventHandler(Page_load)什么意思Load += new System.EventHandler(Page_load) 这是一个委托在Load的时候会触发Page_load事件!Page_load里面的代码是页面在加载的时候执行的!
caiyipeng
create:2017-07-26
阅读(730)
http://zhoubo15.cn/zone/caiyipeng/p/137.html
|