c語言 中英文字符串截取:

#include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include <string.h> void fc(char* d,int n) { int len=strlen(d); char c[100]=""; char* e=NULL; int i=0; if(n>=len)   printf("%s",d); else {  
相關文章
相關標籤/搜索