我在这里找到了这个问题的详细答案和见解
这是一个片段
1. Bare - http://example.com/test(1).html
2. Bare, encoded - http://example.com/test%281%29.html
3. Delimited - <http://example.com/test(1).html>
4. Hyperlink - with <a href="http://example.com/test(1).html">parens</a>
5. Markdown Link #1 - with [parens][1]
6. Markdown Link #1 - with [parens at end][2]
7. Markdown Link #2 - with [parens](http://example.com/test(1).html)
8. Markdown Link #2 - with [parens at end](http://example.com/test(1))
- 裸 - http://example.com/test(1).html
- 裸露,编码 - http://example.com/test%281%29.html
- 分隔 - http://example.com/test(1).html
- 超链接 - 带括号
- Markdown 链接 #1 - 带括号
- Markdown Link #1 -结尾有括号
- Markdown Link #2 - 带括号
- Markdown Link #2 -结尾有括号