r.exec("cmd /c start C:\\Windows\\System32\\cmd.exe");路径扩展名都省略,简写为:r.exec("cmd /c start cmd");如果路径有空格或其它特殊字符,多加四个引号:r.exec("cmd /c start \"\" \"C:\\Windows\\System32\\cmd.exe\"");