<?php
// For PHP 5 and up
$handle = fopen("https://tw.yahoo.com/", "rb");
$contents = stream_get_contents($handle);
echo $contents;
fclose($handle);
?>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()