扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script接口scriptengine的类成员方法: language_version定义及介绍
发布时间:2014-2-18
本文导语:
language_version
static final string language_version
指定值的保留键,它标识受实现支持的脚本语言的版本。
另请参见:常量字段值
eval
object eval(string script,
scriptcontext context)
throws scriptexception
立即执行脚本,...