1 /*length 为字符串数组string的总容量*/ 2 void ReplaceBlank(char stringp[],int length) 3 { 4 if(string==NULL &&length<=0) 5 return; 6 7 /*originalLength 为字符串string的实际长度*/ 8 int originalLength=0; 9 int numberOfBlank=0; 10 int i=0; 11 while(string[i] !='
1 /*length 为字符串数组string的总容量*/ 2 void ReplaceBlank(char stringp[],int length) 3 { 4 if(string==NULL &&length<=0) 5 return; 6 7 /*originalLength 为字符串string的实际长度*/ 8 int originalLength=0; 9 int numberOfBlank=0; 10 int i=0; 11 while(string[i] !='