下面选项中,属于pageContext对象提供的存储数据的方法有()
A: setAttribute()
B: getAttribute()
C: removeAtribute()
D: findAttribute()
A: setAttribute()
B: getAttribute()
C: removeAtribute()
D: findAttribute()
举一反三
- 下面选项中,属于pageContext对象提供的存储数据的方法有( ) A: removeAttribute B: getAttribute C: findAttribute D: setAttribute
- 下面选项中,属于pageContext对象提供的存储数据的方法有()
- pageContext对象的findAttribute()方法的作用是
- 关于HttpSession的getAttribute()和setAttribute()方法,正确的说法是______。 A: getAttribute()方法返回类型是String B: getAttribute()方法返回类型是Object C: setAttribute()方法保存数据时如果名字重复会抛出异常 D: setAttribute()方法保存数据时如果名字重复会覆盖以前的数据
- Cookie对象可以通过setAttribute()方法设置,通过getAttribute()方法读取。