一般我们会这样使用
curl_setopt($ch, CURLOPT_COOKIEJAR, $this->_cookiefile); curl_setopt($ch, CURLOPT_COOKIEFILE, $this->_cookiefile);
那么,这里的文件路径使用绝对路径,比如dirname(__FILE__).'/cookie.txt'