C 语言标准库<string.h> 函数void memset(void str, int c, size_t n) 复制字符c (一个无符号字符)到参数str 所指向的字符串的前n 个字符 ...
確定! 回上一頁