PHP实现将网站访问保存成快捷桌面方式 程序员文章站 2022-04-13 17:13:49 ... /* 保存desshortcut.php访问即可保存桌面 */ $title="Open代码"; $Shortcut = "[InternetShortcut] URL=http://www.open-open.com IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2"; Header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=".$title.".url;"); echo $Shortcut; ?> 复制代码 PHP 相关标签: PHP实现将网站访问保存成快捷桌面方式 上一篇: 有关recursive()的文章推荐 下一篇: HTML5边玩边学(九)-俄罗斯方块之数据模型篇 推荐阅读 PHP实现网站保存快捷桌面方式 PHP实现网站保存快捷桌面方式 PHP实现将网站访问保存成快捷桌面方式 PHP实现将网站访问保存成快捷桌面方式