扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script类simplescriptcontext的类成员方法: getbindings定义及介绍
发布时间:2014-2-18
本文导语:
getbindings
public bindings getbindings(int scope)
如果指定范围为 engine_scope,则返回 enginescope 字段的值。如果指定范围为 global_scope,则返回 globalscope 字段的值。
指定者:接口 scriptcontext 中的 getbindings
参数:scope - 指定范围
返回:e...