curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie);
CURLOPT_COOKIE 设定HTTP请求中"Cookie: "部分的内容。多个cookie用分号分隔,分号后带一个空格(例如, "fruit=apple; colour=red")。