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/Java Bridge 的经验吗?据我所知,它可以在 Java 服务器上启用 PHP 脚本,反之亦然。
我的问题是我需要在基于 Tomcat JSP 的服务器上进行 PHP 调用(使用 curl)。
我正在尝试访问 Java/PHP Bridge 是否可以解决问题,以及是否可以使用 PHP curl。
非常欢迎任何想法/意见。
由于我无法发表评论,我将利用这个空间提出我的想法(可能不是答案)。
就可维护性而言,使用 php curl 从 tomcat 服务器执行服务或获取 (JSON) 数据是一种更好的方法。顺便说一句,为什么 curl 是个问题?