# PHP实现网站保存快捷桌面方式
$title="JquerySchool网站";
$Shortcut = "[InternetShortcut]
URL=http://www.jq-school.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;
签名:这个人很懒,什么也没有留下!