摘要: #include <stdio.h> #include <iostream> #include <windows.h> using namespace std; //定义线程调用函数 DWORD WINAPI ThreadProc(LPVOID lpParamter) { int iRunTime 阅读全文
posted @ 2020-06-14 12:13 温暖了寂寞 阅读(497) 评论(0) 推荐(0) 编辑