格式化输出问题

$text = preg_replace("/^ +/m","    ",$text);
$text = nl2br($text);

Published At
Categories with Web编程
comments powered by Disqus