PHP怎么实现网站保存快捷方式
<?php
$Shortcut = "[InternetShortcut]
URL=http://blog.csdn.net/phpfenghuo/
IDList = [{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachme...
分类:
Web程序 时间:
2014-08-11 00:32:11
阅读次数:
305