摘要: #include <iostream> #include<thread> using namespace std; struct MyStruct { int a = 0; string s = "abc雷"; };//线程入口 void proc(MyStruct& a) { for (int m 阅读全文
posted @ 2023-12-24 14:37 81 阅读(16) 评论(0) 推荐(0) 编辑