首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

将网页的快捷方式保留到桌面PHP代码

2012-12-25 
将网页的快捷方式保存到桌面PHP代码?php$Shortcut [DEFAULT]BASEURLhttp://www.xxxxxx.com/[Internet

将网页的快捷方式保存到桌面PHP代码

<?php$Shortcut = "[DEFAULT]BASEURL=http://www.xxxxxx.com/[InternetShortcut]URL=http://www.xxxx.com/Modified=B07A55D9386FCA01CAIconFile=http://www.xxxx.com/favicon.icoIconIndex=1";Header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=xxxx.url;");echo $Shortcut;?>
? 1 楼 yantao1226 2012-07-11   为什么指定的图标不显示,这是为什么?

热点排行