使用 PHP 的 tidy_clean_repair() 对 HTML 内容进行清理和
<无详细内容>
<?php
$options = array("indent" => true,
"indent-spaces" => 4,
"wrap" => 4096);
$tidy = tidy_parse_file("http://www.php.net/", $options);
tidy_clean_repair($tidy);
echo $tidy;
?>
精彩图集
精彩文章






