你们可能不知道,php其实也可以生成快捷方式,只不过要让他下载下来,可以生成自动下载!
1 2 3 4 5 6 7 8 9 10 11 |
<?php $Shortcut = "[InternetShortcut] URL=http://www.521php.com/ IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 "; Header("Content-type: application/octet-stream; charset=utf-8"); header("Content-Disposition: attachment; filename=张存超个人技术博客.url;"); echo $Shortcut; ?> |
本文链接:http://www.521php.com/archives/367/
程序本天成,妙手偶得之!我们只是代码的搬运工!
转载请注明:http://www.521php.com/archives/367/