下面那个不是lseek第三个参数的取值()
A: SEEK_SET
B: SEEK_CUR
C: SEEK_NOW
D: SEEK_END
A: SEEK_SET
B: SEEK_CUR
C: SEEK_NOW
D: SEEK_END
举一反三
- 使用()可以将当前文件操作指针指向文件结尾 A: seek(0) B: seek(-1) C: seek(1) D: seek(2)
- How to find out the key point quickly during the process of discovering problems: ( ) A: Seek the critical point B: Seek the hot point C: Seek the exciting point D: Seek the painful point
- seek(0)将文件指针定位于,seek(0,1)将文件指针定位于,seek(0,2)将文件指针定位于
- 以下选项中,不是Python文件处理.seek()方法的参数是:
- How to seek a ( )direction.