html

$h = 'hh';
if(a) echo "hh";
file_get_contents('hh');

页面里出现连续的英文字符如(!!!!!!!!!!!!!!!)时,页面会被撑起来。可以加下面的样式强制换行:

word-wrap:break-word; word-break:break-all;