url protocol

Posted hnxxcxg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了url protocol相关的知识,希望对你有一定的参考价值。

url protocol

让浏览器运行本地的EXE程序。例如:点击浏览器的一个下载链接,就会打开本地的迅雷。

1)注册表注册

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTyn]
"URL Protocol"="D:\1.exe"
@="WebshellProtocol"
[HKEY_CLASSES_ROOTynDefaultIcon]
@="D:\1.exe,1"
[HKEY_CLASSES_ROOTynshell]
[HKEY_CLASSES_ROOTynshellopen]
[HKEY_CLASSES_ROOTynshellopencommand]
@=""D:\1.exe" "%1""

  2)编辑html

<html>
<head></head>
<body>
<a href=‘yn:hello‘>Open exe</a>
</body>
</html>

 3)DELPHI程序

procedure TForm16.FormCreate(Sender: TObject);
begin
   label3.Caption:=‘传入的参数是:‘+ParamStr(1);  // yn:hello
end;

  

 

以上是关于url protocol的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段3——url大全

JS 解析 URL 代码

根据图片的url地址下载图片到本地保存代码片段

结合两个代码片段?将用户输入的 Youtube url 转换为嵌入 url,然后将 iframe src 替换为转换后的 url

url protocol

url protocol