网址快捷方式到桌面PHP代码

2011年5月17日 热度:47 ℃ 发表评论 阅读评论
1
2
3
4
5
6
7
8
9
10
<?php
$Shortcut = "[InternetShortcut]
URL=http://www.uedbox.com/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=体验盒子.url;");
echo $Shortcut;
?>

分享到:



声明: 本文采用 BY-NC-SA 协议进行授权. 转载请注明转自: 网址快捷方式到桌面PHP代码
  1. 抠朋网 | #1
    2011年5月22日02:05

    附上asp的:

  1. 本文目前尚无任何 trackbacks 和 pingbacks.

加载中……