$theurl="http://www.kitco.cn/cn/";
if (!($contents = file_get_contents($theurl)))
{
echo 'Could not open URL';
exit;
}
/*
$contents=preg_replace('/<.+?>/', '', $contents);
*/
if (preg_match("/
你的程序中的$contents=preg_replace('/<.+?>/', '', $contents);这一句的分号有问题,是中文的,改成英文的,你的source就跑通了,结果也是你想要的结果。