您的位置: 首页 > 文章 > php 原样输出 html php 原样输出 html 分类: 文章 • 2022-05-09 11:10:08 <?php $a = '<h2 >1234567890</h2>'; echo htmlentities($a,ENT_NOQUOTES,'utf-8'); ?>