你好,可通过初始化参数来实现以只读模式打开文档,示例代码如下: const instance = WebOfficeSDK.init({ officeType: WebOfficeSDK.OfficeType.Writer, appId: 'xxxxx', fileId: 'xxxxx', customArgs: { readonly: true } })