#include "string.h" #include <vector> void CAutoZipDlg::OnBnClickedOk() { using namespace std; vector<CString> strVec; CString teststr = GetCommandLine(); ...
確定! 回上一頁