import com.fscript.*; public class FScriptExample { public static void main(String[] args) throws FSException { Interpreter interpreter = new Interpreter(); interpreter.eval("var message = 'Hello, FScript!';"); interpreter.eval("println(message);"); } }


上一篇:
下一篇:
切换中文