#include <stdio.h>. #include <stdlib.h>. #include <string.h>. int mystrlen1(const char *str) //遞歸. {. return (*str !='\0') ?
確定! 回上一頁