摘要:
//定时器 #include #include #include int main(int num, char* arg[]){ //arg数组存放指针 //printf("个数:%d 参数值1:%s 参数值2:%s 参数值:%s\n",num,arg[0],arg[1],arg[2]); if(num!=2){ printf("必须输入一个数字:%s\n",arg[0]); ... 阅读全文
posted @ 2018-03-13 12:44
王默默
阅读(8852)
评论(0)
推荐(0)
浙公网安备 33010602011771号