$this->_metars =& new $rsclass(false, $this->fetchMode);
改为:php
$o_ = new $rsclass(false, $this->fetchMode); $this->_metars =& $o_;
加个临时变量就行了。fetch
怎么回事?this