For example, if you're on Windows you can use GetCommandLineW ... int argc; szArglist = CommandLineToArgvW(GetCommandLineW(),&argc); ...
確定! 回上一頁