Java呼叫cmd命令,並輸出顯示資訊: package com.anxin.cmd.test; ... getRuntime(); Process pr = rt.exec("cmd /c dir"); // cmd /c calc // Process ...
確定! 回上一頁