扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script类abstractscriptengine的类成员方法: getbindings定义及介绍
发布时间:2014-2-18
本文导语:
getbindings
public bindings getbindings(int scope)
返回受保护 context 字段中具有指定范围值的 bindings。
指定者:接口 scriptengine 中的 getbindings
参数:scope - 指定的范围
返回:相应的 bindings。
抛出:
illegalargumentexception - 如果范围值对...