【单选题】[br][/br]下面选项中, 用于根据指定名称删除ServletContext匹配的域属性的方法是() A: void remove(String name) B: void removeAttribute(Object name) C: void removeAttribute(String name) D: Object removeAttribute(String name)
【单选题】[br][/br]下面选项中, 用于根据指定名称删除ServletContext匹配的域属性的方法是() A: void remove(String name) B: void removeAttribute(Object name) C: void removeAttribute(String name) D: Object removeAttribute(String name)
【判断题】removeAttribute()方法在删除一个不存在的属性时会报错。()
【判断题】removeAttribute()方法在删除一个不存在的属性时会报错。()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
下列哪项是移除属性值( )。 A: getAttribute() B: removeAttribute() C: hasAttribute() D: appendChild()
从request、session、application作用域对象上,删除一个属性的方法是removeAttribute()。
从request、session、application作用域对象上,删除一个属性的方法是removeAttribute()。
在HTMLDOM中,元素对象的removeAttribute()方法在删除一个不存在的属性时会报错
在HTMLDOM中,元素对象的removeAttribute()方法在删除一个不存在的属性时会报错
删除session作用域上一个属性的方法是( )。 A: getAttribute B: setAttribute C: removeAttribute D: delete
删除session作用域上一个属性的方法是( )。 A: getAttribute B: setAttribute C: removeAttribute D: delete
ServletContext定义与属性相关的方法是哪三个()。 A: getAttribute() B: setAttribute() C: deleteAttribute() D: removeAttribute()
ServletContext定义与属性相关的方法是哪三个()。 A: getAttribute() B: setAttribute() C: deleteAttribute() D: removeAttribute()
下列选项中,()可以修改指定元素的指定属性值。 A: attributes B: setAttribute() C: getAttribute() D: removeAttribute()
下列选项中,()可以修改指定元素的指定属性值。 A: attributes B: setAttribute() C: getAttribute() D: removeAttribute()
下列方法中,返回Session中存在的属性名的是( )。 A: getAttribute() B: getAttributeNames() C: getServletContext() D: removeAttribute()
下列方法中,返回Session中存在的属性名的是( )。 A: getAttribute() B: getAttributeNames() C: getServletContext() D: removeAttribute()