有没有用星号不能替代的用法?
Two consecutive asterisks ("**") in patterns matched against full
pathname may have special meaning:
A leading "**" followed by a slash means match in all directories.
For example, "**/foo" matches file or directory "foo" anywhere,
the same as pattern "foo". "**/foo/bar" matches file or directory
"bar" anywhere that is directly under directory "foo".
A trailing "/**" matches everything inside. For example, "abc/**"
matches all files inside directory "abc", relative to the location
of the .gitignore file, with infinite depth. …Run Code Online (Sandbox Code Playgroud) 如果我有一个对象“玩家”,它是“人”的子类别,我如何在图表中表达它?
这是一个例子: