String exe = args.get(0); LIBC.execvp(exe, new StringArray(args.toArray(new String[args.size()])));
確定! 回上一頁