cls_transport.php request的那个页面该怎么返回数据

2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家

include_once(ROOT_PATH . '/includes/cls_transport.php');
$t = new transport;
$result = $t->request("http://www.uccfw.com/nores.php",
"m=1&isshow=1&keyword=mm&pages=5",
'POST');
print_r($result['body']);

我想问一下,http://www.uccfw.com/nores.php 这个页面该怎么返回数据

我用return $arrdata; 不行
echo $arrdata; 也不行,也得不到数据

在nores.php 打印$arrdata是有数据的,现在该怎么办了?求助

回答:
看不到效果