1 / 14 第四章串4.10void String_Reverse(Stringtype s,Stringtype &r)//求 s 的逆串 r { StrAssign(r,''); // 初始化 r 为...