class Live
{
public function push(){
// 赛况的基本信息入库;
// 数据组织好, push 到直播页面
//$_POST['http_server'] 超全局变量
//$_POST['http_server'] -> push(6, 'Hello-sinagwa');
//print_r($_POST);
}
}
超全局变量,$_POST['http_server'] 为空,没办法push ,问题出在哪里了?