Python3 os fpathconf:修订历史

本页内容
上一节: Python3_os_fdopen 下一节: Python3_os_fstat

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月17日 (星期三)

    • 当前之前 21:082022年8月17日 (三) 21:08Neo 讨论 贡献 1,989字节 +1,989 创建页面,内容为“{{DISPLAYTITLE:os.fpathconf(fd, name)}}16 = Python3 os.fpathconf() 方法 = Python3 OS 文件/目录方法 === 概述 === os.fpathconf() 方法用于返回一个打开的文件的系统配置信息。 Unix上可用。 === 语法 === '''fpathconf()'''方法语法格式如下: <sample title="" desc="" lang="python" hererun="1"> os.fpathconf(fd, name) </sample> === 参数 === * '''fd''' --…”
上一节: Python3_os_fdopen 下一节: Python3_os_fstat