<?php
echo 'chinese<br>'
echo 'english';
echo 'math';
?>
只需要在待输出的字符串中加入<br>这个html标记即可,php代码中可以嵌入html标记,html代码中也可以嵌入php代码。