PHP怎么实现网站保存快捷方式
时间:2021-07-01 10:21:17
帮助过:13人阅读
-
- $Shortcut = "[InternetShortcut]
- URL=http://blog.csdn.net/phpfenghuo/
- IDList = [{000214A0-0000-0000-C000-000000000046}]
- Prop3=19,2";
- Header("Content-type: application/octet-stream");
- header("Content-Disposition: attachment; filename=风火程序员.url;");
- echo $Shortcut;
-
- ?>
|
快捷方式, PHP