Yii2 如何防止 xss 攻击?
对输出的由用户提写的内容使用以下函数进行转换处理 <?php echo Html::encode($content); ?>
<?php echo Html::encode($content); ?>
首先得明白,PHP如何防止XSS攻击