且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用传递变量从 ruby​​ on rails 执行 shell 脚本

更新时间:2023-12-04 18:42:16

我通常用 system(command) 运行,或者用反引号 command 运行,其他方式你可以参考这里

i usually run with system(command),or with backtick command,other way you can refer here