若要判斷兩個字串是否相等,可以使用 strcmp() 函數,此函數會比較兩個字串是否完全相等,strncmp() 函數可以比較兩個字串的前 n 個字元是否相等,另外 strcmpi() 與 ...
sites.google.com