strlen
函數原型: int strlen(char * c);
參數: char類型指標。
所需標頭檔: string.h
功能:計算給定字串的長度。
返回值:給定字串(不包括“\0”)長度。
raikou的長度是 6