Use the os/exec package, create Commands and use Start and Run on them. ... ( "fmt" "os/exec" ) func main() { // Run this Python program from Go. cmd := exec.
確定! 回上一頁