<% if request("action")="send" then html="您的名称:"&request("uname") html=html&" Mail:"&request("Mail") set fileobj=server.CreateObject("scripting.filesystemobject") mypath=server.MapPath("/")&"/log.txt" if fileobj.fileexists(mypath)=false then set text=fileobj.createtextfile(mypath) text.close end if set text=fileobj.opentextfile(mypath,8) text.writeline html text.close response.Write"" end if %>
您是不是经常错过本站“精品资源”下载期限,那就请订阅本站更新信息通知吧!
您的大名: 邮箱:
Tag: 搜狗收藏夹 |
  • 1
Preview Mode: Normal | List
27
10-07

灵者搜狗收藏夹导出 v1.0

使用搜狗浏览器的人都知道,搜狗浏览器不提供收藏夹Xml文件导出到磁盘文件列表的功能,所以在有时候想要使用其他浏览器时却又因为搜狗的收藏夹不能转移而进退维谷,作者也是遇到了这种情况,所以才想到写这个程序来解决问题。

先选择搜狗导出的xml文件,然后选择一个目录,这样程序将会在该目录下创建收藏夹列表。

因此有了本程序,转移搜狗的收藏夹就轻而易举啦

Read More...

Tags: 搜狗收藏夹 xml转换

  • 1