#include <iostream> #include <string> #include <future> using namespace std; //先聲明一個類模板,實現類似std::function的功能 template<class ...
確定! 回上一頁