“设为桌面图标”源代码

$Shortcut = "[InternetShortcut]
URL=http://www.biexi.com/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=别戏.url;");
echo $Shortcut;
?>

将上述代码修改后另存为:shortcut.php上传至服务器即可。

发表评论