$content = $_POST["editor"]echo "<div class='content'>".htmlspecialchars_decode($content)."</div>";官方说的用这样的方式,但我也用了。结果提示我这样Notice: Undefined index: editor 这话的意思没有定义哇。
添加回答
举报
0/150
提交
取消