<%
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
%>
使用搜狗浏览器的人都知道,搜狗浏览器不提供收藏夹Xml文件导出到磁盘文件列表的功能,所以在有时候想要使用其他浏览器时却又因为搜狗的收藏夹不能转移而进退维谷,作者也是遇到了这种情况,所以才想到写这个程序来解决问题。
先选择搜狗导出的xml文件,然后选择一个目录,这样程序将会在该目录下创建收藏夹列表。
因此有了本程序,转移搜狗的收藏夹就轻而易举啦
先选择搜狗导出的xml文件,然后选择一个目录,这样程序将会在该目录下创建收藏夹列表。
因此有了本程序,转移搜狗的收藏夹就轻而易举啦
- 1


By:诸平 in:
0 Comments
Tags: 








