希望我的每一行代码都能成为蝴蝶的翅膀
Cache这东西怎么个好用就不用我多说了,只不过过去都是在Web项目上使用,没想到在Winform上也可以使用,方法如下: HttpRuntime httpRT = new HttpRuntime(); Cache cache = HttpRuntime.Cache;