摘要: //字符数组 #include <iostream> #include <string.h> using namespace std; int main(int argc, char const *argv[]) { char x[] = "abcdefg"; //字符串存储会默认后面加一个字符“\ 阅读全文
posted @ 2021-11-26 15:23 尘落曦枫 阅读(710) 评论(0) 推荐(0)