欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

PHP怎么实现网站保存快捷方式

程序员文章站 2022-05-30 12:53:25
...
  1. $Shortcut = "[InternetShortcut]
  2. URL=http://blog.csdn.net/phpfenghuo/
  3. IDList = [{000214A0-0000-0000-C000-000000000046}]
  4. Prop3=19,2";
  5. Header("Content-type: application/octet-stream");
  6. header("Content-Disposition: attachment; filename=风火程序员.url;");
  7. echo $Shortcut;
  8. ?>
复制代码

快捷方式, PHP