各位大神,怎么用javascript实现获取当前页面所有内容然后存到指定目录下

要求保存为.html文件,或者怎么用js实现将当前页面内容导入到.doc文件,不要用ExcelSheet=newActiveXObject('Word.Applicati... 要求保存为.html文件,
或者怎么用js实现将当前页面内容导入到.doc文件,不要用ExcelSheet = new ActiveXObject('Word.Application');这种方法!
展开
 我来答
miniappd3iixfppgxy4o
2013-07-18 · TA获得超过487个赞
知道小有建树答主
回答量:401
采纳率:0%
帮助的人:417万
展开全部
可以使用 document.documentelement.outerhtml 获取html
可以使用fso = new actinvexobject('Wscript.filesystemobject') 对象来保存,这个有安全问题,浏览器设置比较麻烦

你的需求 具体还得看需求和运行环境

其实 脚本有很强大的功能,但是也有很大局限性. 要看用在什么场合下.

很久没有用这个, 只能给你提供一个思路,具体代码还得你自己写.
手机用户40527
2013-07-18 · 贡献了超过321个回答
知道答主
回答量:321
采纳率:0%
帮助的人:79.4万
展开全部
<table width=100% cellpadding=0 cellspacing=0 border=0 > <script language="javascript">thisURL = document.URL; thisHREF = document.location.href; thisSLoc = self.location.href; thisDLoc = document.location; strwrite = "<tr><td valign=top>thisURL: </td><td>[" + thisURL + "]</td></tr>" strwrite += "<tr><td valign=top>thisHREF: </td><td>[" + thisHREF + "]</td></tr>" strwrite += "<tr><td valign=top>thisSLoc: </td><td>[" + thisSLoc + "]</td></tr>" strwrite += "<tr><td valign=top>thisDLoc: </td><td>[" + thisDLoc + "]</td></tr>" document.write( strwrite ); </script>thisDLoc = document.location; <BR> thisURL = document.URL; <BR> thisHREF = document.location.href; <BR> thisSLoc = self.location.href;<BR> <script language="javascript"> thisTLoc = top.location.href; thisPLoc = parent.document.location; thisTHost = top.location.hostname; thisHost = location.hostname; strwrite = "<tr><td valign=top>thisTLoc: </td><td>[" + thisTLoc + "]</td></tr>" strwrite += "<tr><td valign=top>thisPLoc: </td><td>[" + thisPLoc + "]<&#4......余下全文>>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式