<?php
include './lib/Snoopy.class.php';
$snoopy->fetchform("http://www.altavista.com");
print $snoopy->results;
?>
这个怎么报错了?报错内容如下:
Fatal error : Call to a member function fetchform() on a non-object in /home/a5457475/public_html/text.php on line 3
这个类是刚在官网下的1.2.4的版本。。。