php $url='http://www.domain.com/'; $html = file_get_contents($url); echo $html; ?> 方法2: 用fopen開啟url, 以get方式獲取內容 <?php $fp = fopen($ ...
確定! 回上一頁