Heim >Backend-Entwicklung >PHP-Tutorial >php输出html代码怎样取消pre标签

php输出html代码怎样取消pre标签

WBOY
WBOYOriginal
2016-06-06 20:10:101987Durchsuche

我的代码是

<code>echo '<form method="post" action="/sea.php">
<input name="user" placeholder="用户名">
<input class="login" name="login" type="submit" value="提交">
</form>';
</code>

但是为什么输出的是

<code><pre class="brush:php;toolbar:false">
;

我知道了,是我把页面类型设置为json了

回复内容:

我的代码是

<code>echo '<form method="post" action="/sea.php">
<input name="user" placeholder="用户名">
<input class="login" name="login" type="submit" value="提交">
</form>';
</code>

但是为什么输出的是

<code><pre class="brush:php;toolbar:false">
;

我知道了,是我把页面类型设置为json了

肯定什么地方输出了pre否则不可能,检查代码吧,用exit来几个断点查查看

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn