Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
跨脚本共享数据 + 方法调用
bridge.add(String key, Object value) bridge.add(String key) // 存 Boolean.TRUE 占位 Object bridge.get(String key) boolean bridge.has(String key) bridge.remove(String key) bridge.clear() // 整张 map 清空(影响所有脚本,慎用)
bridge.addPublicMethod(String namespace, String methodName) bridge.removePublicMethod(String namespace, String methodName)
Object bridge.invokePublicMethod(String namespace, String methodName, Object... args) String[] bridge.listPublicMethods(String namespace)
Was this page helpful?