摘要: #include using namespace std;int main(){ int a; char *name = NULL; a = strlen(name); return 0;}以上程序编译没问题,... 阅读全文
posted @ 2018-07-05 21:44 Adano1 阅读(1358) 评论(0) 推荐(0)