摘要: #include "stdlib.h"#include "stdio.h"int main() { char a[8] = { 49,32,33,61,62,63,34,35 }; char *s=(char*)malloc(9); char *str = s; memset(s, 0, 9); f 阅读全文
posted @ 2017-08-26 21:35 唯一诺 阅读(759) 评论(0) 推荐(0)