提交 b95b90dd 编写于 作者: C campaign

by zhanyi

上级 b53f44b5
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script src="../uparse.js" type="text/javascript"></script>
<script src="../ueditor.parse.js" type="text/javascript"></script>
<script>
uParse('.content',{
'highlightJsUrl':'../third-party/SyntaxHighlighter/shCore.js',
......@@ -10,12 +10,10 @@
//获取数据
error_reporting(E_ERROR|E_WARNING);
$content = htmlspecialchars(stripslashes($_POST['myEditor']));
$content1 = htmlspecialchars(stripslashes($_POST['myEditor1']));
//存入数据库或者其他操作
//显示
echo "第1个编辑器的值";
echo "<div class='content'>".htmlspecialchars_decode($content)."</div>";
echo "<br/>第2个编辑器的值<br/>";
echo "<textarea class='content' style='width:500px;height:300px;'>".htmlspecialchars_decode($content1)."</textarea><br/>";
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册