软件包 | 描述 |
---|---|
javax.script |
脚本API的接口和类,定义
TM java脚本引擎提供了一种用于java应用程序框架。
|
Modifier and Type | Method and Description |
---|---|
CompiledScript |
Compilable.compile(Reader script)
编写脚本(源读取
Reader )稍后执行。
|
CompiledScript |
Compilable.compile(String script)
编写脚本(来源为
String )稍后执行。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.