摘要: 栈区特点: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <stdlib.h> char *pMem1() { char *p1 = "hellow12345"; return p1; 阅读全文
posted @ 2021-07-13 17:50 北极星! 阅读(60) 评论(0) 推荐(0) 编辑