gpt4 book ai didi

php - 在php中显示html代码

转载 作者:行者123 更新时间:2023-11-28 05:05:02 25 4
gpt4 key购买 nike

这是我的代码:

<?php 
$baseurl = '<base_url>';
?>
<font class="font_style"><?php echo $baseurl;?></font>

当我尝试显示变量 $baseurl 时,它被当作 html 标签,并且不会显示任何内容

但我想显示为:

<font class="font_style"><base_url></font>

我该怎么做?

最佳答案

<font class="font_style"><?php echo htmlentities($baseurl);?></font>

关于php - 在php中显示html代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9239345/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com