<?php header("content-type:text/html; charset=utf-8"); $str=" 我 爱 你"; $str=preg_replace("#\s+#", "<br/> ", $str); echo $str; ?>