new 一个Cache不用的吗?会引发异常。 Cache c = new Cache(); c[ "2 "] = null;[解决办法]Cache在页面上下文中已经声明了实例, 不用再声明实例, 直接用即可. 如: Cache[ "abc "] = "abc ";