<?php $data = array ('content' => '白菜大侠','itemid'=>58); $data = http_build_query($data); $opts = array ( 'http'=>array( 'method' => 'POST', 'header'=> "Content-type: application/x-www-form-urlencoded " . "Content-Length: " . strlen($data) . " ", 'content' => $data) ); $context = stream_context_create($opts); $html = @file_get_contents('http://168.192.122.29:8060/news/addcomment', false, $context); ?>