Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaScript 是否可以检测是否安装了应用程序(例如 BitTorrent),如果安装了,是否可以通过单击链接来启动它?
这不是 Javascript,它适用于处理程序。
处理程序在您的浏览器中,并在单击/调用特殊协议时触发事件。
例如:如果您打开一个magnet://链接,它将触发磁铁处理程序。并且处理程序与 bittorrent 应用程序连接。
magnet://
所以:
第一个问题:没有
第二个问题:是的(带有处理程序[需要安装在浏览器中])