$this->_metars =& new $rsclass(false, $this->fetchMode);
改爲:php
$o_ = new $rsclass(false, $this->fetchMode); $this->_metars =& $o_;
加個臨時變量就行了。fetch
怎麼回事?this