且构网

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

Chrome扩展程序PHP无法正常工作

更新时间:2023-12-05 19:08:46

你不能这样做。 PHP是一种服务器端语言。这将要求你的所有用户安装一个PHP解释器,这是不可行的。也许如果您使用 Native Client ,您可以以某种方式捆绑PHP,但这很可能不值得完全可以。

You can't do this. PHP is a server-side language. This would require all your users to install a PHP interpreter, which is not feasible. Perhaps if you used Native Client you would be able to bundle PHP somehow, but that most likely wouldn't be worth it at all.