如何在Web浏览器上阅读Word文档 [英] How Do I Read A Word Document On A Web Browser

查看:461
本文介绍了如何在Web浏览器上阅读Word文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何在网络浏览器上阅读word文档,例如chrome或firefox

how do i read a word document on a web browser like chrome or firefox

推荐答案

您在浏览器中看到的网页被装在那里。它无法访问操作系统(JavaScript根本没有IO功能),因此无法读取本地机器的存储...

这些都是好消息...想象一下当你访问一个网站时,它开始在你当地的C:驱动器上嗅探,打开文件并扫描那里的内容......所以为了最低安全性 - 你不能......

(甚至想象一下你可以从本地驱动器打开文件...... Word文档相当复杂,你必须编写一个同样复杂的JavaScript库来处理你的网页。
The web page you see inside a browser is boxed-in there. It can not access the OS (JavaScript has no functions for IO at all) and for that can not read the storage of the local machine...
And these are the good news...Imagine that when you are visiting a web site it starting to sniffing around on your local C: drive, opening files and scanning there content...So for minimum security - you can not...
(and even imagine you can open files from the local drive...Word documents are fairly complicated and you will have to write an equally complicated JavaScript library to handle it inside your web page)


这篇关于如何在Web浏览器上阅读Word文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆