一个php的url请求求解
程序员文章站
2022-05-01 11:33:27
...
index.php?/promotion/setpromotion url类似这种的 post请求是怎么做的 感觉跟平常的不一样啊
回复内容:
index.php?/promotion/setpromotion url类似这种的 post请求是怎么做的 感觉跟平常的不一样啊
没什么区别,一样,只是url中后面的是直接可以获取的,而不是从$_POST中获取;和调用get方法时的一样。
post请求一般是用表单提交 method设置为post 另外就是用curl请求
上一篇: 简单的抓取淘宝图片的Python爬虫