fgetc是什么意思_英文音标_中文翻译
时间:2024-12-07
时间:2024-12-07
英式:[fdˈʒetk]
美式:[fdˈʒetk]
从文件中获取一个字符
The fgetc() function returns a single character from an open file. 函数的作用是:从文件指针中字取读符。
The fgetc() function is used to read a single character from a file. 函数是用来读取一个文件中的一个字符。
热门推荐