'ecshop','password'=>'ecshop','remember'=>'1','act'=>'act_login','back_act'=>'./index.php','submit'=>'');
//post提交也可以不用get视情况而定,json转成数组json_decode($str,true);加true可以防乱码
curl($url,$data,'POST',true,$cookie_file);
//get获取
$url="http://www.ecshop.com/user.php?act=order_list";
$str=curl($url,array(),'GET',false,$cookie_file);
echo $str;curl
最新推荐文章于 2026-04-02 20:28:35 发布

4万+

被折叠的 条评论
为什么被折叠?



