zoukankan
html css js c++ java
字符指针
#include<stdio.h>
void
strcpy(
char
*s,
char
*
t) {
while
((*t++ = *s++) !=
'