将 Internet Explorer 的收藏夹转储到文件中

发布于 2024-10-29 23:22:58 字数 117 浏览 1 评论 0原文

我希望用户将他们最喜欢的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

数理化全能战士 2024-11-05 23:22:58

您可以编写 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文