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