public Value invokeFunction(String function, Object... args) { return context.eval("js", function).execute(args);
確定! 回上一頁