c oracle 汉字截取

void cutString(char *s, int n) { int len = strlen(s); int i, j = 0; if(len= n) break; if(s[i]