摘要: int main(){ char buf[20] = {104,101,108,108,111,0}; printf("buf:%s\n",buf); return 0;} 打印结果buf:hello 阅读全文
posted @ 2019-05-18 15:51 MoonXu 阅读(515) 评论(0) 推荐(0)