os.mkfifo()** 方法用于创建指令路径的管道,并设置权限模式默认的模式为0666 (八进制) ## 导入模块```python import os ``` ## 语法``` os.mkfifo(path[, mode]) ...
確定! 回上一頁