摘要: 1 /* 2 repeat.c -- 带参数的 main() 3 */ 4 5 #include <stdio.h> 6 7 int main(int argc, char *argv[]) 8 { 9 printf("The command line has %d arguments:\n", a 阅读全文
posted @ 2018-06-01 15:27 web1013 阅读(159) 评论(0) 推荐(0)