是否可以在 Chrome 中注册自定义协议处理程序?此代码适用于 Firefox,但不适用于 chrome:
navigator.registerProtocolHandler("random",
"https://www.example.com/?uri=%s",
"Random Protocal");
是否可以在 Chrome 中注册自定义协议处理程序?此代码适用于 Firefox,但不适用于 chrome:
navigator.registerProtocolHandler("random",
"https://www.example.com/?uri=%s",
"Random Protocal");