<?php /** * 獲取微信的圖片(防盜鏈) */ header('Content-type: image/jpeg'); if ($_GET["url"]) { echo file_get_contents($_GET["url"]); }