摘要:
初级版 目录如下: header.h #include <iostream> #include <stdio.h> void one(); void two(); main.cpp #include "header.h" int main(){ printf("hello\n"); one(); t 阅读全文
posted @ 2020-10-15 18:22
allen__
阅读(855)
评论(0)
推荐(0)