本文介绍了是否有 URL 方案列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有(所有非自定义)URL 方案的列表?
Is there a list of (all, non-custom) URL schemes?
我以为我只需要在谷歌上搜索就能找到大量答案,但这可能是我(幼稚的)问题的错误.
I thought that I just needed to search on google to find tons of answers, but it's probably wrong my (naive) question.
如果是这样,我将解决(通常)最重要的问题:file://
、ftp://
、http://
、https://
、mailto:
, news:
, telnet://
If so, I will settle the (usual) most important:file://
, ftp://
, http://
, https://
, mailto:
, news:
, telnet://
推荐答案
https://www.iana.org/assignments/uri-schemes (XML, XHTML、CSV, 纯文本)
它列出了所有已注册的(根据 RFC 7595) URI 方案.
It lists all registered (per RFC 7595) URI schemes.
这篇关于是否有 URL 方案列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!