当我从表单中的textarea检索数据时,
<?php $editor_data = $_POST['editor1']; ?>
Run Code Online (Sandbox Code Playgroud)
这在当地很好用.
但是,远程服务器返回混合带有转义斜杠的样式的文本,如下所示:
<h3 style=\"color: blue;\"> Initial value.</h3>
Run Code Online (Sandbox Code Playgroud)
我不知道我做错了什么.你有什么主意吗?