在PHP中使用JavaScript函数
github.com/dgtyPedro/jsInPHP
源代码
问题
安装次数: 2
依赖: 0
建议者: 0
安全性: 0
星标: 2
关注者: 1
分支: 0
公开问题: 1
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
GPL-3.0-or-later 27b6d3d9c8eb43a646431f0370c00b6d4bc11981
This package is auto-updated.
Last update: 2024-09-29 05:43:20 UTC
在PHP中使用JavaScript函数。
<?php require_once __DIR__ . '/vendor/autoload.php'; use dgtyPedro\jsInPHP\js; $lib = new js; $lib->callJquery(); ?>