gpt4 book ai didi

php - 如何从 Node.js 调用 PHP Web 服务

转载 作者:搜寻专家 更新时间:2023-11-01 00:46:43 26 4
gpt4 key购买 nike

我如何从 node.js 调用 PHP Web 服务。提前致谢。

最佳答案

您可以使用 node-httpclient对任何服务器执行获取请求,不一定是 PHP。

var client = new httpcli.httpclient();  
var url = "http://domain.com/get/bananas"
client.perform(url, "GET", function(result) {
// Result is the response of the server
}, null);

关于php - 如何从 Node.js 调用 PHP Web 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9787070/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com