We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4377321 commit 873e736Copy full SHA for 873e736
i18n/zh-cn/docusaurus-plugin-content-docs/current/os-module.md
@@ -50,9 +50,9 @@ list_items('../')
50
51
| 特性 | JavaScript | Python |
52
|---------|------------|--------|
53
-| 文件或目录是否存在 | fs.existsSync(path) | os.path.exists(path) |
54
-| 创建目录 | fs.mkdirSync(path) | os.mkdir(path) |
55
-| 列出目录 | fs.readdirSync(path) | os.listdir(path) |
+| 文件或目录是否存在 | `fs.existsSync(path)` | `os.path.exists(path)` |
+| 创建目录 | `fs.mkdirSync(path)` | `os.mkdir(path)` |
+| 列出目录 | `fs.readdirSync(path)` | `os.listdir(path)` |
56
57
### 相关资源
58
0 commit comments