openfilename = Select_file(); return 0; } string Select_file() { #ifdef _UNICODE TCHAR szBuffer[MAX_PATH] = { 0 }; OPENFILENAME ofn = { 0 };
確定! 回上一頁