function getResource($url){ $ch = curl_init(); //永遠抓最新$header[] = "Cache-Control: no-cache"; $header[] = "Pragma: no-cache"; curl_setopt($ch, ...
確定! 回上一頁