将 Internet Explorer 的收藏夹转储到文件中
我希望用户将他们最喜欢的 Internet Explorer 发送给我。 我怎样才能做到这一点?使用 XMLHTTPRequest() 可以工作,但我该如何进行转储部分?
谢谢,
布鲁诺
I'd like to have users' sending me their Internet Explorer favorites.
How can I achieve this ? Using XMLHTTPRequest() could work but how can I do the dump part ?
thanks,
Bruno
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编写 Win32 代码来枚举 收藏夹中的快捷方式文件 文件夹,然后使用适当的 COM goo 破解打开数据.url 文件本身。
You can write Win32 code to enumerate the shortcut files in the favorites folder and then use the appropriate COM goo to crack open the data in the .url files themselves.