$curl = curl_init();
curl_setopt(
$curl, CURLOPT_URL, 'http://????????');
curl_setopt(
$curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt(
$curl, CURLOPT_CONNECTTIMEOUT, 10);
$str = curl_exec(
$curl);
curl_close($curl);
$html=
str_get_html($str);
大盘预测
国富论
posted on 2008-10-15 14:29
华梦行 阅读(363)
评论(0) 编辑 收藏