先这样吧

This commit is contained in:
2025-04-11 14:07:48 +08:00
parent dbe1e5cb23
commit 4ae936ccd3
2 changed files with 4 additions and 16 deletions

View File

@@ -38,12 +38,7 @@
</p>
<div class="ui existing segment">
<div v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
$xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
// 把&lt;变成<
$xxx =str_replace("&lt;","<",$xxx);
// 把&gt;变成>
$xxx =str_replace("&gt;",">",$xxx);
echo $xxx;
echo $view_reinfo
?>
</div>
</div>