摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Web;usingSystem.Web.UI;//////一些常用的Js调用///采用ClientScript.RegisterStartupScript... 阅读全文
posted @ 2014-10-13 15:26 Ranran 阅读(424) 评论(0) 推荐(0)
摘要: 1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。protected : 保护成员,该类内部和继承类中可以访问。public : 公共成员,完全公开,没有访问限制。internal: ... 阅读全文
posted @ 2014-10-13 09:10 Ranran 阅读(610) 评论(0) 推荐(0)