『壹』 c語言怎樣刪除字元串中的空白字元
#include <stdio.h>
int main()
{
char *p="I am Chinese";
char c;
int i = 0;
while((c = p[i++])!='