コードをコピーします コードは次のとおりです:
$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=link text.url;");
echo $Shortcut;
ただし、これは有効になりません。中国語をサポートしない場合は、中国語をサポートします。その場合は、次のコード行を追加できます:
コードをコピーします コードは次のとおりです:
header('Content-Type: text/html; charset =utf-8');
サーバー上のApacheにphpファイルを配置し、アクセスしてリンクへのショートカットを生成します。
http://www.bkjia.com/PHPjc/327020.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/327020.html技術記事次のようにコードをコピーします: ?php $Shortcut = "[InternetShortcut] URL=http://www.your_url.com/ IconFile=http://www.your_icon.com/ IconIndex=1 IDList= [{000214A0-0000- 0000 -C000-000000...