在线浏览word文件// 微软浏览文件官方前缀 let base = 'http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc=' // fileUrl自己word文档存储的线上地址 let fileUrl = '线上文件地址' let url = encodeURIComponent(fileUrl) window.open(base + url, '_blank')
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。