摘要:
1 <?php 2 3 class grabInfo{ 4 public $content; 5 /*Init 初始化 */ 6 public function __construct($url){ 7 $this->ch=curl_init(); 8 curl_setopt($this->ch,CURLOPT_URL,$url); 9 curl_setopt($this->ch, CURLOPT_RETURNTRANSFER,1); 10 curl_setopt($this->ch,CURL_HEA... 阅读全文
posted @ 2013-01-28 14:24
尹少爷
阅读(1786)
评论(0)
推荐(0)

浙公网安备 33010602011771号