(也就是不把此数据读入参数中) const char *p1 = "abcd123"; char buf1[32] = { 0 }; sscanf(p1, "%*[a-z]%s", buf1); //跳过字母printf("-- ...
確定! 回上一頁