text($text); // 是否带有样式 switch ( $style ) { case 'none': echo $html; break; default: include_once('style.php'); break; } ?>