Appendix C: 在上下文中界定 URI (Delimiting a URI in Context)
URIs 经常需要在其他文本中被界定. 常见 delimiters (定界符) 包括:
- Double quotes (双引号):
"http://example.com" - Angle brackets (尖括号):
\http://example.com\`` - Parentheses (圆括号):
(http://example.com)
建议 (Recommendation): 使用 angle brackets <> 来界定 URIs, 因为它们不是 URI syntax (URI 语法) 的一部分.