# extract version/subversion
self._nmap_version_number = int(line[rv.start():rv.end()])
self._nmap_subversion_number = int(line[rsv.start()+1:rsv.end()])
break
}
2.用java的一个http类库同样发送http请求来访问PHP服务器
$context=stream_context_create(array('http'=>array('method'=>"GET",'timeout'=>30,)))
$string=file_get_contents('http://www.baidu.com/s?wd=php%20file_put_contents',false,$context)//换成java地址
echo '这可不是百度,只是我输出了百度的返回'
echo $string
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)