💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 调用方法: `require(moduleName)` ## 参数 `moduleName`\- 包含给定模块名称的字符串 ## 返回 模块导出的函数和变量 ## 描述 加载给定的模块,并返回导出的函数和变量。 例如: ~~~ var s = require("Storage"); s.write("test", "hello world"); print(s.read("test")); // prints "hello world" ~~~ 查看[模块页面](https://www.espruino.com/Modules),了解模块是什么以及如何使用它们。