21,893
社区成员




$opts = array(
'http'=>array(
'method'=>"GET",
'header'=>"Accept-Language: zh-cn\r\n".
"User-Agent: Mozilla/4.0"
)
);
$context = stream_context_create($opts);
echo file_get_contents('http://www.askedu.com/cn/list.asp?keyword=%BC%C6%CB%E3%BB%FA',false,$context);