当前位置:Gxlcms > PHP教程 > PHP怎么实现网站保存快捷方式

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

时间:2021-07-01 10:21:17 帮助过:13人阅读

  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

人气教程排行