复制代码 代码如下:
$Shortcut = "[InternetShortcut]
URL=http://www.your_url.com/
IconFile=http://www.your_icon.com/
IconIndex=1
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=链接文字.url;");
echo $Shortcut;
?>
复制代码 代码如下:
header('Content-Type: text/html; charset=utf-8');