include #include #include #include int main(){ wchar_t str[_MAX_PATH]; GetModuleFileName(NULL, str, sizeof(str));//当前完整路径 char path_buffer[_MAX_PATH]; ...
確定! 回上一頁