熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> PHP編程 >> 正文

用php創建網頁桌面快捷方式的代碼

2022-06-13   來源: PHP編程 

  新建一個PHP文檔:名字好記就行如shortcutphp
PHP文檔中的內容
代碼

<?php
$Shortcut = "[InternetShortcut]
URL=http://wwwhakecc/
IDList=
[{AC}]
Prop=
";
Header("Contenttype: application/octetstream");
header("ContentDisposition: attachment; filename=腳本之家url;");
echo $Shortcut;
?>
要想出現圖標請先確保網站根目錄中有 faviconico 文件


From:http://tw.wingwit.com/Article/program/PHP/201311/21249.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.