::GetCommandLine();
for (int i=0;i<__argc;i++) { __targv[i]; //将依次得到C:\test\app.exe -1 -2 }
AfxGetApp()->m_lpCmdLine;