C語言如何實現取字符串的一部分?

能夠用strncpy()函數 #include <string.h> char sub[20]; strncpy(sub,string+12,13) /*將string中從string[12]開始的13個數字複製到sub中*/函數
相關文章
相關標籤/搜索