62,635
社区成员




public static void main(String args[]) {
String[] array = {
"D:\\act\\Debug\\act.exe",
"-view", "D:\\测试.txt" };
// try {
// array[2] = new [code=Java]
String(array[2].getBytes("unicode"), "unicode");int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow )
{
::MessageBox(NULL, lpCmdLine, L"Debug", MB_OK);// 英文操作系统时,乱码!
}