2011-01-25 201 views

回答

3

PHP的libcurl支持代理服務器設置:

curl_setopt($process, CURLOPT_PROXY, $this->proxy)

相關問題