利用v8js在php調用js代碼

v8js 是 php 中的一個擴展,使用 pecl install v8js 完成安裝,這裏不做介紹。php 看官方的幾個示例 <?php class Foo { var $bar = null; } $v8 = new V8Js(); $v8->foo = new Foo; // This prints "no" $v8->executeString('print( "bar" in PHP
相關文章
相關標籤/搜索