5 lines
154 B
Markdown
5 lines
154 B
Markdown
# 符号\*
|
|
|
|
test\*:表示匹配任何以test开头的内容
|
|
\*test:表示匹配仍和以test结尾的内容
|
|
\*test\*:表示任何包含test的内容 |