1

前端浏览器直接预览word文件

1、基础地址(固定)

let baseUrl = 'http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc='

2、自己上传的word地址,必须公网可访问,并且必须使用encodeURIComponent编码

let fileUrl = https://pan.baidu.com/s/1-2aDtACJZZCIaH9ls51izQ.doc

3、使用window.open打开

let baseUrl = 'http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc='
let url = encodeURIComponent(fileUrl)
window.open(baseUrl + url, '_blank')

张旭超
1.4k 声望222 粉丝

精通 html+div+css jquery, vue, angularjs, angular2, angular4, ionic, ionic2