我的导航 ---php

<?php
Header("Content-type: application/octet-stream");
Header("Accept-Ranges: bytes");
Header("Content-Disposition: attachment; filename=我的导航.url"); #下载时显示的文件名
echo "
[InternetShortcut]
URL=http://www.bao163.info/
IDList=
IconIndex=43
IconFile=C:\Windows\system32\SHELL32.dllHotKey=1626
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
 

最终效果:

 

你可能感兴趣的:(C++,c,PHP,windows,C#)