<?php // For PHP 5 and up $handle = fopen("https://tw.yahoo.com/", "rb"); $contents = stream_get_contents($handle); echo $contents; fclose($handle);
確定! 回上一頁