C 庫函數size_t strlen(const char *str)計算字符串str的長度,但不包括終止空字符。 ... #include <stdio.h> #include <string.h> int main () { char str[50]; int ...
確定! 回上一頁