Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很了解 PHP,但我是 Ruby on Rails 的新手,我即将学习它。
问题是我想在 Ruby 代码中包含 PHP 代码,或者类似的东西。有没有办法做到这一点,即使很难实现?
您可以从 Ruby 内部调用 PHP 解释器作为外部命令,无论是使用system、反引号popen3还是其他机制。但你为什么要这样?
system
popen3