wangjw302 发表于 2009-6-25 15:10:16

PHP的POST传送参数无法获取源码

给位高手支支招啊!ali68ls


小弟有一个PHP的POST传送参数 thispage=1&vendor_code=&brand=ANA&parts=01&page_row=50
:POST /items_search.php
Referer:http://spp.wpgholdings.com/items_search.php
换成GET传送方式,
http://spp.wpgholdings.com/items_search.php?thispage=1&vendor_code=&brand=ANA&parts=01&page_row=50

为什么获取不到源码啊?

rq204 发表于 2009-6-25 16:00:32

post和get方法是不同的,可能它的程序只接受post数据.

wangjw302 发表于 2009-6-25 16:05:25

有没有其它什么办法?

wangjw302 发表于 2009-6-29 15:52:00

自己顶一下
页: [1]
查看完整版本: PHP的POST传送参数无法获取源码