摘要: #include<iostream> using namespace std; void test1() { char* a[3] = { (char*)"11",(char*)"22",(char*)"33" };//指针数组 char* b = a[0]; for (int i = 0; i < 阅读全文
posted @ 2021-04-17 21:37 zhaogaojian 阅读(63) 评论(0) 推荐(0) 编辑