os.lseek()** 方法用于设置文件描述符fd 当前位置为pos, how 方式修改## 导入模块```python import os ``` ## 语法```python os.lseek(fd, pos, how) ``` - 简单教程, ...
確定! 回上一頁