字串的基本使用. 首先,C 的字串指的其實是字元陣列,而字元陣列的使用通常有以下幾種: char s1[128] = "hello world"; char s2[] = "hello world";.
確定! 回上一頁