下面选项中, 用于根据指定名称获取ServletContext的域属性值的方法是()
举一反三
- 下面选项中,用于根据指定名称获取ServletContext的域属性值的方法是 A: StringgetAttibute(Stringname) B: ObjectgetAttibute(Stringname) C: StringgetAttibute(Objectname) D: ObjectgetAttibute(Objectname)
- 下面选项中, 用于设置ServletContext的域属性的方法是
- 【单选题】[br][/br]下面选项中, 用于根据指定名称删除ServletContext匹配的域属性的方法是() A: void remove(String name) B: void removeAttribute(Object name) C: void removeAttribute(String name) D: Object removeAttribute(String name)
- 下面方法中,用于获取ServletContext对象的方法是()
- 智慧职教: 根据属性名称getAttribute()方法可获取指定元素对象对应的属性值。()