首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

展示html代码的函数

2012-12-26 
显示html代码的函数php函数?php$html htmlspecialchars(a hreftexttest/a)echo $html??nl2

显示html代码的函数

php函数

<?php $html = htmlspecialchars("<a href='text'>test</a>"); echo $html; ?>

?

nl2br()

?把'\n'换行用<br/>or<br>代替插入内容

?

example:

?

<?php   echo nl2br("an apple is red \n you agree with me");    //an apple is red<br/>you agree with me?>

?

?

?

?

热点排行