在我的Go檔案中,我使用exec執行外部指令碼: cmd := exec.Command("test.py") out, err := cmd.CombinedOutput() if err != nil { fmt.
確定! 回上一頁