#include <stdio.h> void strcat(char* s, char* t); int main() { char str1[12] ... 请参阅 man strcat 或POSIX(or here fo windows)或 string.h (POSIX)。
確定! 回上一頁