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(不使用其 API)登录服务(站点)如果服务登录是使用 a 并且方法是“GET”,我会使用
Service.com/signin.php?username=xxxx&password=xxxx
现在,有一个 POST 方法,我该怎么做?
谢谢!!
您可以使用 PHP 的cURL函数发送 POST 请求。
相关选项是: