主函数参数
摘要:
#include <stdio.h> int main(int argc,char *argv[]){ int i = 0; for(;i<argc;i++) { printf("%s\n",argv[i]); } getchar(); return 0; } void func(int a,cha 阅读全文
posted @ 2016-03-01 10:08 木鸟飞 阅读(1002) 评论(0) 推荐(0) 编辑
posted @ 2016-03-01 10:08 木鸟飞 阅读(1002) 评论(0) 推荐(0) 编辑
posted @ 2016-03-01 09:46 木鸟飞 阅读(320) 评论(0) 推荐(0) 编辑