摘要:
先看一个例子 void fun(char *dest_str,const char *src_str){ strcpy(dest_str,src_str); } int main(void) { char dest_str[10]={0}; char src_str[]={"hello world" 阅读全文
posted @ 2021-07-12 22:06
再见不是少年
阅读(63)
评论(0)
推荐(0)
2021年7月12日