2017-08-24 13 views

回答

1

試試這個我還沒有測試過。

$html = file_get_contents("http://127.0.0.1/name.php?name=Lary"); 

$text = strip_tags($html); 

echo ($text); 

此處瞭解詳情:strip_tags

相關問題