vb语句转c#asp.net项目 vb: Item it = (Item)base.Application.Item(str) 在c#中没有Application.Item这个属性,不知道怎么转。 [解决办法]base.Application 哪里的base 详细点啊