fourwood wrote: string="p6=val"; 改为: char string[133]; strcpy( string, "p6=val" ); 这可不是C++中的string类