扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script接口scriptcontext的类成员方法: removeattribute定义及介绍
发布时间:2014-2-18
本文导语:
removeattribute
object removeattribute(string name,
int scope)
移除给定范围中的某一属性。
参数:name - 要移除的属性的名称scope - 移除属性的范围
返回:移除的值。
抛出:
illegalargumentexception - 如果 name 为空,或者 scop...