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中打开类似OBLevel://id=18291234的 URL 吗?
谢谢!
不使用 Javascript。您需要知道计算机(浏览器除外)上有哪些类型的应用程序可用,这不是您可以使用 Javascript 知道的。
你用 jQuery 尝试过 GET 吗?如果有答案,那么你知道你可以使用它。否则,如果它是 jQuery 不支持的一些晦涩的协议或应用程序,就没有办法做到这一点。
实验!