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