$file_contents = file_get_contents('http://finance.ifeng.com/roll/20100902/2581741.shtml');
$file_contents = preg_replace('/<(?=script|style).*>[^(<script|<style).+]<\/(script|style)>/is', '', $file_contents);
这个正则好像不行呀