您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

usage.txt 315B

123456789101112
  1. usage: mkdirp [DIR1,DIR2..] {OPTIONS}
  2. Create each supplied directory including any necessary parent directories that
  3. don't yet exist.
  4. If the directory already exists, do nothing.
  5. OPTIONS are:
  6. -m, --mode If a directory needs to be created, set the mode as an octal
  7. permission string.