啥意思? 就是說字串可由記憶體任何地方開始, 且是用一個NULL 結束字串! NULL 就是一個所有bit 都是0 的Byte ... char* strcpy(char* t, char* s); // 宣告於<string.h>
確定! 回上一頁