string.h 的函數strcpy() ,需要兩個字串當作參數,然後把第二個參數的字串複製到 ... char t[25]; strcpy(t, s); printf("%s\n", t); return 0; } /* 《程式語言教學 ...
確定! 回上一頁