<textarea name="content" id="content" style="width: 800px;height: 600px"></textarea>
<script type="text/javascript" charset="gbk" src="/ue/ueditor.config.js"></script>
<script type="text/javascript" charset="gbk" src="/ue/ueditor.all.js"></script>
<script type="text/javascript" charset="gbk" src="/ue/lang/zh-cn/zh-cn.js"></script>
<script type="text/javascript">
var editor = new UE.ui.Editor();
editor.render("content");
UE.getEditor('content');
</script>
Content = Request.Form("content")
Content值为空是什么原因呢?求救各位大神