单项选择题
在ASP.NET中,下列关于缓存的代码写法有错误的是()。
A.Cache.Remove("user")
B.Cache.Add("user","mastanford")
C.Cache.Insert("user","mastanford")
D.Cache["user"]="mastanford
点击查看答案
相关考题
