看微软的Server.UrlDecode(),乍一看,很像是 public static class Server{ public static string UrlDecode(){};},实际上是在Page类来实例化了HttpServerUtility 为Server,那么是不是static方法就可以消失了?微软这样做的好处是什么?
http://dingjq.blog.51cto.com/260625/338636这个应该是可以帮到你的,你看下吧。
你说的这个与静态方法有什么关系吗?不能因为有实例化方法就不要静态方法了吧!静态方法有自己的运用场景!