摘要:
解决该问题的方法:使用strcpy函数进行字符串拷贝 原型声明:char *strcpy(char* dest, const char *src); 头文件:#include <string.h> 和 #include <stdio.h> 功能:把从src地址开始且含有NULL结束符的字符串复制到以 阅读全文
posted @ 2016-11-07 23:13
小鹿BAMBI
阅读(7694)
评论(0)
推荐(0)
浙公网安备 33010602011771号