$content = $_POST["editor"]
echo "<div class='content'>".htmlspecialchars_decode($content)."</div>";
官方说的用这样的方式,但我也用了。结果提示我这样
Notice: Undefined index: editor 这话的意思没有定义哇。
晚安sp
相关分类